Description:
Add some contents from Itch page.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -16,6 +16,13 | |||||
|
16 | This game is a total rewrite of the original version in C#. I honestly like the original language and library more (Clojure and Quil), but Quil was starting to struggle with the amount of drawing, and I was hitting the limit of my optimization abilities and available information online. (Another drawback: I also am giving up the browser version, unless people get XNA in the browser working.) |
|
16 | This game is a total rewrite of the original version in C#. I honestly like the original language and library more (Clojure and Quil), but Quil was starting to struggle with the amount of drawing, and I was hitting the limit of my optimization abilities and available information online. (Another drawback: I also am giving up the browser version, unless people get XNA in the browser working.) |
|
17 |
|
17 | ||
|
18 |
|
18 | ||
|
|
19 | ## Installing and Running ## | ||
|
|
20 | |||
|
|
21 | * macOS users need to do an [extra step](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/11.0/mac/11.0) the first time because the app is unsigned. | ||
|
|
22 | * Windows and Linux users should be able to double-click the EXE and run it. | ||
|
|
23 | * BSD users can try using [fbsd-fnaify](https://github.com/oshogbo/fbsd-fnaify), although I have yet to confirm it works with Isometric Park. (If you do try it, let me know!) | ||
|
|
24 | |||
|
|
25 | |||
|
19 | ## Developing ## |
|
26 | ## Developing ## |
|
20 |
|
27 | ||
|
21 | To run from the command line, `make run`. |
|
28 | To run from the command line, `make run`. |
You need to be logged in to leave comments.
Login now