Skip to content

Longwater1234/checkers-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

257 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkers-backend

Server for my game SpaceCheckers, a multiplayer Checkers game for Windows, MacOS and Linux, now available on itch.io. The game is free to play, and gets updated regularly.

You can self-host this server locally, or in the Cloud, for use with the game client. The game client is available on this repo

Requirements

How to build

  • Simply open up your terminal (or Powershell) at this project root directory and run the following command.
    go build --ldflags="-s -w" .
  • Start the server with the following command:
    ./checkers-backend
  • You can set ENV variable for PORT which the server will listen to. Default 9876
  • Alternatively, you can use the provided Dockerfile.

License

MIT License © 2024, Davis T.

About

(Backend) Game server for space-checkers. Online and Offline Multiplayer checkers game written in SFML.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors