Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reedkrawiec/van-editor
Canvas based game engine
https://github.com/reedkrawiec/van-editor
canvas game-development game-engine typescript
Last synced: 9 days ago
JSON representation
Canvas based game engine
- Host: GitHub
- URL: https://github.com/reedkrawiec/van-editor
- Owner: ReedKrawiec
- License: cc0-1.0
- Created: 2020-11-05T08:45:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T23:18:50.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T10:12:46.743Z (over 1 year ago)
- Topics: canvas, game-development, game-engine, typescript
- Language: TypeScript
- Homepage:
- Size: 2.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Van Editor
![Preview](https://i.gyazo.com/3165afb4cad5a751f2dba312e468999a.png)
## To Start
```bash
npm run pack && npm run start
```# TODO
## Hard
- Networking
- Unit Tests
- More efficient collision detection (Split game space into blocks)
- Rotation affects hitbox## Medium
- Improve editor UI
- Resizable editor panels
- Editor panel tabs
- Path finding improvements
-## Easy
- Generate new rooms and objects from template files rather than embedded strings
- Fix creating objects and rooms in other folders having incorrect import paths## License
[CC0 1.0 (Public Domain)](LICENSE.md)