Skip to content

alexanderclarktx/piggo-gg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piggo is an open-source multiplayer adventure web game! Play online at piggo.gg


Product Objectives

🐷 piggo is fun to play

🕹️ the UI is clean & intuitive

🥳 playing with friends is easy

Technical Objectives

👨🏻‍💻 the code is readable

👾 multiplayer is smooth & performant

🎮 adding new game modes is simple

Development

package description
core core game engine
games games
web webapp
server game server
docs js bundle & resources (served statically by GitHub Pages)

setup

# install dependencies
bun install

# launch server and web
bun dev