LK00100100 / tribal-sim

A strategy game that simulates tribes.

Home Page:https://tribal-sim.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tribal-sim

GitHub RepoSize Build Status GitHub stars

Play here

A strategy game that simulates tribes.

This game uses Phaser 3.

This repository is under construction. This game will be published when completed

The art below is all placeholder art

alt text

Setup and notes

  1. Git Clone repo. You will need to download "node package manager (NPM)" which comes with node.js (Download). In project root directory, type the following to install all of the necessary packages. Do this once.
npm install 
  1. Open up a terminal and type the following to do: automatic code building on changes; automatic code checks through ESLint; deploy for browser use:
npm run dev
  1. Open up a browser and go here:
http://localhost:8888/dist/

Note: Whenever you makes changes to your code, save the file, then refresh your browser when ready. If you want more ideas on how to use Phaser 3, clone the following repo link, run it locally using:

npm start

Side Note: I use Visual Studio Code. I also use the ESLint extension turned to autofix on save.

About

A strategy game that simulates tribes.

https://tribal-sim.firebaseapp.com/


Languages

Language:JavaScript 100.0%