Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rust-sol-dev/game-rust-anchor-contract

Game Smart Contract using Rust & Anchor
https://github.com/rust-sol-dev/game-rust-anchor-contract

anchor game rust smart-contract

Last synced: 16 days ago
JSON representation

Game Smart Contract using Rust & Anchor

Awesome Lists containing this project

README

        

# TODO
- [ ] Generate a map
- [ ] Generate rooms
- [ ] Generate halls
- [ ] Room styles (circular, rounded, etc)
- [ ] Player character
- [x] Player exists
- [x] Movement
- [ ] Collision
- [ ] Camera
- [ ] Camera follows player
- [ ] Save/Load
- [ ] Save to a file
- [ ] Load from a file
- [ ] Menu
- [ ] State Manager
- [ ] Generic State Manager that takes in a config that informs how the state will flow
- [ ] State Manager for menus