Skip to content

Bobgy/dma_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Server of DanMaku Arena

This is web server of my project for b/s programming course. It is a multiplayer game which belongs to the STG (Shoot 'Em Up Games) genre.

This webserver that serves DanMaku Arena or DMA, which also provides user registration, score management, etc.

Although built for serving DMA, this project is loosely coupled with the game. DMA is only included as a node_module danmaku.arena. Code related to danmaku.arena is limited to less than 10 lines. So this shall serve any multiplayer game of similar requirements.

This server is built with express and mysql.

How to

  • Dependencies

  • Node

  • Coffee (only for building)

  • mysql

  • other dependencies that can be auto installed

  • Auto install dependencies

$> npm install
  • Start the server and listen to port 3000
$> npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published