Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josnun/snakegeon
https://github.com/josnun/snakegeon
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/josnun/snakegeon
- Owner: JosNun
- License: mit
- Created: 2020-01-25T22:02:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:07:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T03:29:56.949Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snakegeon
# Development
- clone the repo
- `npm install`
- `npm start`## todo
- [x] Fix not moving when no entities
- [x] Prevent player from going out of world
- [x] Make player movement repeatable
- [x] Walls
- [x] Portal
- [x] World Generation
- [x] The Death Square (Spine/Mike)
- [x] Enemy unit (simple)
- [x] Death
- [x] Convert to typescript
- [x] Rework level storage
- [ ] Level editor
- [x] Rework proper movement (last key pressed has priority)
- Current implementation feels good for now
- [ ] Make comments/better code