Skip to content

vicksonzero/cook-engine

Repository files navigation

cook-engine

robust multiplayer engine with high scripting capability

Play here

Nothing yet

Getting started

npm i
npm run dev # server
npm run watch-webpack # client

Tech Stack

  • typescript (For Static type)
  • express (For dev environment quick http server)
  • socket io (For Real time interactions)
  • webpack (For client side dependency management; server side will just use require() after running tsc)
  • phaser 3 (For Graphics and some game rules)
  • box2d.ts (For Physics Engine)
  • mongodb? (For Player Data)
  • rxjs? (For advanced Game rules)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors