Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rust-sol-dev/game-rust-anchor-contract
- Owner: Rust-Sol-Dev
- Created: 2024-03-16T11:00:06.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-16T11:01:09.000Z (10 months ago)
- Last Synced: 2024-08-07T10:10:12.836Z (6 months ago)
- Topics: anchor, game, rust, smart-contract
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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