Minor reorganization and added SDL2 Experiment 12

- Experiment 12 has a moving camera and wider playfield. Getting pretty cool now.
This commit is contained in:
2023-02-14 23:35:01 +00:00
parent edcc03e1b9
commit f6a47d39e5
13 changed files with 355 additions and 0 deletions

View File

@ -17,3 +17,5 @@ These experiments are based around developing a gravity simulation.
into the Spacewar clone I'm planning on building.
- Experiment 08: A modified version of the simulation where the mouse is the
"star." Fun to play aronud with.
- Experiment 09: A version of the simulation where the ship can be steered and
accelerated.