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.
- node.js
- Browser (Chrome/Firefox)
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.
- Clone the repository
cd
into the cloned repository and runnode server
- Visit
localhost:3000
on your browser - Enter any password and wait for opponent
- 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 - Enjoy the game!
- Visit
http://salpakan-online.herokuapp.com/
- Enter a password and tell your friend this password
- Have him/her visit the site and enter the same password
- Enjoy the game!
- Joash Bulan - Designer
- Kevin Candelaria - Developer
- Ernest Dizon - Tech Writer
- Kenny Ladores - Tech Writer
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.