Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macrusher/colorwars
Online PVP "flood it" game clone with an option to play with AI. Meteor Global Hackathon submission.
https://github.com/macrusher/colorwars
Last synced: 2 months ago
JSON representation
Online PVP "flood it" game clone with an option to play with AI. Meteor Global Hackathon submission.
- Host: GitHub
- URL: https://github.com/macrusher/colorwars
- Owner: MacRusher
- Created: 2015-10-11T23:37:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T03:18:16.000Z (about 9 years ago)
- Last Synced: 2024-04-14T06:05:28.497Z (9 months ago)
- Language: JavaScript
- Homepage: http://colorwars.meteor.com/
- Size: 438 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ColorWars
This game is a submission for [Meteor Global Hackaton 2015](http://meteor-2015.devpost.com/)
See introduction video [at youtube](https://www.youtube.com/watch?v=Sr4VtQ7pVoM)
## Concept
Game is based on a concept called "flood it".
You can find lots of games with similar mechanics, but most of them are single player.ColorWars brings new quality with online Player VS Player!
You can play either with computer (when there is no one else online) or with other visitors, just join pending invitation or create new one.
## Rules
1. You start in a corner of the map.
2. Select color you want to flood into.
2. You will take all tiles with this color that are adjacent to your currently own tiles.
3. You cannot select your or your opponent current selected color.
4. After your turn opponent floods into his selected color.
5. Game ends when there are no "free" tiles on the map.
6. Whoever takes more tiles wins!## Try it out!
You can play it online at:
[colorwars.meteor.com](http://colorwars.meteor.com/)
## Future plans
If people will like it I will continue work on this game, adding mobile versions, new modes, extra goodies and fixing bugs :)
## Used packages
Core packages:
- meteor-base etc.
- accounts-password
- ecmascript
- check
- underscore
- reactCommunity packages:
- universe:modules
- universe:collection
- universe:utilities
- universe:utilities-react
- kadira:react-layout
- kadira:dochead
- semantic:ui and flemay:less-autoprefixer
- artwells:accounts-guest