lebibin / salpakan-online

Online Browser-based Real-Time Multiplayer Port of Game of the Generals

Home Page:http://salpakan-online.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Salpakan Online

The first ever(?) Online Browser-based Real-Time Multiplayer Port of the famous board game here in the Philippines, Game of the Generals.

This project was developed as an academic requirement for our Web Application Development course.

Requirements

  1. node.js
  2. Browser (Chrome/Firefox)

Objectives

The objective of the game is to eliminate or capture the flag of the opponent, or to maneuver one's flag to the other end of the board.

Demo

Local

  1. Clone the repository
  2. cd into the cloned repository and run node server
  3. Visit localhost:3000 on your browser
  4. Enter any password and wait for opponent
  5. Opponent should visit the server's ip address specifying 3000 as port i.e. 192.168.1.1:3000 and enter the password given by the player hosting the server
  6. Enjoy the game!

Online

  1. Visit http://salpakan-online.herokuapp.com/
  2. Enter a password and tell your friend this password
  3. Have him/her visit the site and enter the same password
  4. Enjoy the game!

Team

Credits

License

The MIT License (MIT)

Copyright (c) 2014 Kevin Candelaria

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Online Browser-based Real-Time Multiplayer Port of Game of the Generals

http://salpakan-online.herokuapp.com/


Languages

Language:CoffeeScript 96.7%Language:JavaScript 2.7%Language:Shell 0.6%