Skip to content

Commit

Permalink
Changing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrieleGiuseppini committed Apr 8, 2018
1 parent 96215d8 commit e641202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The game looks like this now:
<img src="https://i.imgur.com/kovxCty.png">


..and here's a rought list of the major changes I want to do:
..and here's a rought list of the major remaining changes I want to do:
- Test with rewriting the physics as force-based rather than position-based
- Eventually using Runge-Kutta for integration
- Add directional water drag forces, to simulate underwater gliding
Expand All @@ -84,4 +84,5 @@ You'll need the following libraries in order to build the game:
- <a href="https://www.sfml-dev.org/index.php">SFML</a> (cross-platform multimedia library) (on Windows, has to be built with statically-linked CRT libraries)
-- I've actually built my own SFML, as there are no SFML releases for Visual Studio 2017
- <a href="https://github.com/kazuho/picojson">picojson</a> (header-only JSON parser and serializer)

The top of the main CMakeFiles.txt contains a section with hardcoded paths to these three libraries; you'll have to edit your CMakeFiles to match your environment.

0 comments on commit e641202

Please sign in to comment.