Game prototype
The soon-extraordinary (first) game by Nutshell
First, install rustup.
Next install rust 1.58.0.
rustup install 1.58.0
Next follow bevy's setup instructions.
- Start a game
- Select 3 warriors to create a team
- Warriors are avalable through a predefined list
- (later) draft system - alternate pick / ban
- Figth in arena 3vs3
- Turn based combat
- Grid based deplacement
- Automatic selection of the current warrior based on automatic turn ordering system
- Movement points
- Action points
- Warrior has a dedicated set of actions
Create a team:
- Show warriors list
- Select 3 of them
- Click Fight!
Fight :
- Spawn a warrior
- Move the warrior to a location
- Make the location follow a path (orthogonal)
- Make a tile below the mouse highlight
- Hilight a path between two tiles