Skip to content

epiraces/bball

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bball

A multiplayer basketball game. Play at http://bball.sparklinlabs.com/

License

I made the source code public for educational purposes, but it is not licensed as open source and I retain the copyright.
(Specifically, this DOES NOT grant you permission to rehost the game publicly or profit from it in any way.)

Feel free to look around and learn from it!

How to build and run

Make sure you have the latest version of Node.js installed, clone the repository and run:

npm install
npm run build
node server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.4%
  • CSS 3.9%
  • HTML 3.7%