Skip to content

OzzBall is a real-time multiplayer ball game with browser. In this two-dimensional game, you'll aim at the bird's-eye view.

License

Notifications You must be signed in to change notification settings

ryuz4k1/OzzBall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OzzBall

OzzBall is a real-time multiplayer ball game with browser. In this two-dimensional game, you'll aim at the bird's-eye view.

OzzHome OzzGame

Getting Started

Requirements

  • Node.JS Since this application is based on node js, first you need to download NodeJS from here.

  • Essantial packages for npm(Backend side)

    Socket.io       --> npm install socket.io --save
    Express         --> npm install express --save
    Ejs             --> npm install ejs --save
    Mongoose        --> npm install mongoose --save
    Bower           --> npm install bower --save
    Bower-Global    --> npm install -g bower
    
  • Essantial packages for bower(UI side)

    Semantic    --> bower install semantic-ui
    Angular     --> bower install angular
    Jquery      --> bower install jquery
    
  • You can install a few more package on globally;

      Nodemon             --> npm install -g nodemon
      Express-Generator   --> npm install express-generator
    

Running locally

Step 1 - Github

  • Clone this repository.

Step 2 - Install Dependicies

  • npm install

Step 3 - Run the application

  • npm start

Author

Smilar Projects

About

OzzBall is a real-time multiplayer ball game with browser. In this two-dimensional game, you'll aim at the bird's-eye view.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published