https://github.com/the-argus/squinchwerms
Game where you are a worm and you jump around and stuff
https://github.com/the-argus/squinchwerms
Last synced: about 1 month ago
JSON representation
Game where you are a worm and you jump around and stuff
- Host: GitHub
- URL: https://github.com/the-argus/squinchwerms
- Owner: the-argus
- License: other
- Created: 2024-03-15T04:45:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T00:10:11.000Z (3 months ago)
- Last Synced: 2025-02-22T00:18:49.205Z (3 months ago)
- Language: C++
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# squinchwerms
Game where you are a worm and you jump around and stuff
## Plan
- [ ] Making moving around. WASD to control head and arrow keys to control end.
The two are connected by segments with some elasticity.
- [ ] Procedurally generate a mesh based on nearby terriain nodes with marching
squares.
- [ ] Allow eating dirt with head, which fills up dirt meter. Excrete dirt with
other end.