Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawel-12/squasher_ld54
Ludum Dare 54 game
https://github.com/pawel-12/squasher_ld54
2d cpp game ludum-dare ludum-dare-54 ludumdare sdl2
Last synced: 14 days ago
JSON representation
Ludum Dare 54 game
- Host: GitHub
- URL: https://github.com/pawel-12/squasher_ld54
- Owner: Pawel-12
- Created: 2023-10-01T21:48:55.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-04-09T21:23:26.000Z (7 months ago)
- Last Synced: 2024-10-10T22:42:16.561Z (about 1 month ago)
- Topics: 2d, cpp, game, ludum-dare, ludum-dare-54, ludumdare, sdl2
- Language: C++
- Homepage: https://ldjam.com/events/ludum-dare/54/squasher
- Size: 3.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQUASHER
This is an updated version of my Ludum Dare 54 game Squasher. For original version check the `main` branch.
Controls WASD or mouse.### Changes
- Game window stays open
- Added tittle screen
- Added game over screen
- Added keyboard movement with acceleration
- Added score counter
- Some bug fixes
- Code cleanup