Skip to content

A turn-based multiplayer strategy game with javascript

License

Notifications You must be signed in to change notification settings

PauliusSasnauskas/efgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EFGAME

This is a turn-based multiplater strategy game written in javascript (message me if you'd like to play a match). Wrote this in the summer of 2018. Attempted to update in 2020-2021. Fully rewrote in Dec 2023. Consists of: Client and Server

Idea is from http://www.enemyflag.net/ (which is a lovely game, big thanks to Bartłomiej Baron).

Setup

cd common
yarn install

Client

Built with react, runs in your browser.

cd client
yarn install
yarn start

Server

Built with ts-node, runs on a computer.

cd server
yarn install
yarn start

Gallery

Wishlist

Things I'd like to implement:

  • Game won sound
  • Show gained stats after turn
  • Hear enemy-invoked-action sounds
  • Configurable keyboard shortcuts
  • Configurable mod from title screen

Enemy Flag Classic:

  • RMG generates winnable map

Another gamemode:

  • Another gamemode

About

A turn-based multiplayer strategy game with javascript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages