A small, fast-paced 2D game where wizards try to take each other out by slinging various spells and outsmarting their opponents
- Install rust - https://www.rust-lang.org/tools/install
cargo run
note: Players can only move inside their castles.
- use
W A S D
keys to move - left mouse button to shoot.
- Pressing and holding the right mouse button in the vicinity of spell will stop it, releasing the button will resume spell movement.
note: Until multiplayer / AI is implemented this player can only move.
use Up, Left, Down, Right
keys to move
- Arena created
- Players are able to move inside their castles
- Basic spell shooting (cooldown, bouncing against walls)
- Player health tracking and game over state
- UI (main menu and game over screen)
- Spell holding
- AI for single player
- Different kinds of spells
- Mana system
- Powerups appearing on the map
- Graphics
- Multiplayer (over network) ...