No description
- Rust 98.7%
- Nix 1.3%
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| readme.md | ||
Guncruft
Roadmap
- Enable camera and moving
- Draw a cube with triangles
- Add more cubes and avoid generating mesh between them (culling/greedy mesh)
- Maybe a chunk system is necessary. Benchmark ?
- Player movement: make moving more realstic and add some asset that represents the Player
- Creating cubes: allow player to lay cubes down and break cubes
- Different cubes : Create aa file format that contains a cube and its caracteristics and that is loaded on start.
- Save/load a map in/from a file. We can now create maps !
- enemy: add another player
- gun: add a gun and mechanism to shoot other player
- multi-player: allow others to join the map
- Gaming mechanic: create score counting, points, mechanics..
- Gun editor: allow loading and saving guns as files
- Player skin: allow a player to use a skin, and have a "mc" cubic apprearance
- Add AIs to play against.