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: 12 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T11:01:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T20:37:37.748Z (about 1 year ago)
- Topics: anchor, game, rust, smart-contract
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 2
- 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