Skip to content

RiseAndCry/trajectorena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trajectorena

A small, fast-paced 2D game where wizards try to take each other out by slinging various spells and outsmarting their opponents

Setup

  1. Install rust - https://www.rust-lang.org/tools/install
  2. cargo run

Gameplay instructions

note: Players can only move inside their castles.

Player 1

  • 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.

Player 2

note: Until multiplayer / AI is implemented this player can only move.

use Up, Left, Down, Right keys to move

Roadmap

  • 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) ...

About

A simple arena game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages