Skip to content

Vincsz/forceteki-client

 
 

Repository files navigation

Forceteki-client

Web client for use with the forceteki engine.

We have a Discord server for updates, bug reports, and coordinating dev work.

Contributing

For details on how to get started adding cards, see the wiki.

Development Quickstart

Follow these instructions to get to the point of being able to run client and connect to a default game. These instruction assume you have a server running locally.

Required Software

  • Git
  • Node.js v22.x

Install Dependencies

The following demonstrates how to install dependencies and run the client server.

# install node dependencies
npm install
npm run dev

Once this is running you can go to http://localhost:3000 to get to the home page.

To start a game with 2 players open one tab to http://localhost:300/Gameboard and another tab to http://localhost:3000/GameBoard?player=ThisIsTheWay

The state updater is currently set to log game state updates to the console as they are received.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • JavaScript 0.1%