Skip to content

rootasjey/backwards

Repository files navigation

Cycles

🚧 [WIP] A turn-based game system built with Phaser 3.

Roadmap

See the projects section

Development

Start

You will need Node.js to build the game.

  • Clone the repo git clone https://github.com/rootasjey/cycles.git
  • Navigate to you local repo cd cycles
  • Install dependencies with yarn or npm install
  • Run the game with yarn run start or npm start

Game Specifications

Goal

Reach one of the map objectives:

  • Defeat all enemies
  • Survive X days
  • Defeat a specific enemy
  • Rescue someone

A player turn

  • Move units
  • Make units attack or use items
  • End turn

Thanks

Thanks to these awesome tools and assets, I can have fun building a game:

Licence

This project is under MIT Licence.