Skip to content

ProbablyComputingSquid/stick-together

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stick-together

programming club game jam
stick together is a cooperative multiplayer platformer. the only enemy is yourself :D

NEW: LIVE DEPLOYMENT HERE!!


controls:

  • arrow keys for player 1
  • wasd for player 2 Stuck on a level? try playerboosting.

how to build and run locally

using esbuild for static deployment

requires:

  • nodejs
  • npm
  • a friend to play with

building the project

cd stick-together
npm install
npm run build

This short script readies the production build, avaliable at index.html

viewing project

dev preview
npm run dev

visit index.html and live changes will be displayed.