Skip to content

Jiert/tactics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tactics

Build Status

An experiment in creating a turn-based RPG similar to CIV, that focuses on military tactics.

Running the Client

To get started, clone this repo into a directory. cd into it and run npm install.

When the install is complete, run npm start.

Running the server

Head over to tactics-server and clone it into a directory, and from its directory run node index.js.

Playing the game

Now you should be able to navigate to localhost:3000 in a (chrome) browser and see a simple text input form. You need to enter something here to become "Player 1"

Now we just need a "Player 2 so open up a new incognito browser tab, and navigate to locoalhost:3000 again. You should see the same text input.

Once you enter the secone name, the game should load.

It's very rudimentary right now, but you'll see a game board. You can create a unit and then select the unit and move it around the board.

About

An experimental turn-based war strategy game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors