Skip to content

multiplayer rpg in go, typescript, websockets

Notifications You must be signed in to change notification settings

clairesrc/toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

🍞toast engine

Extremely cursed PVP multiplayer RPG engine written in Go, Typescript with Websockets. Mostly just a toy for me to use as a sandbox and figure out how common game mechanics are implemented.

Controls - movement (arrow keys), attack (spacebar), dodgeroll (ctrl), health bar, stamina. A rudimentary player collision system prevents from moving into other players.

This is a multiplayer combat game. Run the server through Docker, then players can join the session from their web browser.

Usage

Start locally:

docker compose up --build --force-recreate -d

Then open: http://localhost:4000 in browser

Attributions

Sand dirt ground texture by luis_molinero on Freepik

About

multiplayer rpg in go, typescript, websockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published