Description:
Small fix to README.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r466:893fddb87d09 -

@@ -11,7 +11,7
11
11
12 Use the arrow keys or move the mouse to the edges to scroll around on the map. The plus and minus keys zoom in and out. 0 toggles pause. F opens the Forest Policy. B opens the budget.
12 Use the arrow keys or move the mouse to the edges to scroll around on the map. The plus and minus keys zoom in and out. 0 toggles pause. F opens the Forest Policy. B opens the budget.
13
13
14 ## Overlap with past work ##
14 ## Relationship to past work ##
15
15
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'm also 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'm also giving up the browser version, unless people get XNA in the browser working.)
17
17
@@ -67,7 +67,7
67 │   ├── *DllMap.cs* (vendored)
67 │   ├── *DllMap.cs* (vendored)
68 │   ├── *DrawVertDeclaration.cs*
68 │   ├── *DrawVertDeclaration.cs*
69 │   ├── **Engines** Engines
69 │   ├── **Engines** Engines
70 │   ├── *FilledRectangle.cs* Helper class for drawing a rectangle.
70 │   ├── *FilledRectangle.cs* Class for drawing a filled rectangle.
71 │   ├── *FNAGame.cs* Primary game class.
71 │   ├── *FNAGame.cs* Primary game class.
72 │   ├── **fnalibs** Compiled native libraries.
72 │   ├── **fnalibs** Compiled native libraries.
73 │   │   ├── **lib64**
73 │   │   ├── **lib64**
You need to be logged in to leave comments. Login now