https://github.com/aturley/playnicewithothers-site
www.playnicewithother.net website
https://github.com/aturley/playnicewithothers-site
Last synced: 8 months ago
JSON representation
www.playnicewithother.net website
- Host: GitHub
- URL: https://github.com/aturley/playnicewithothers-site
- Owner: aturley
- Created: 2011-08-07T22:10:00.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-21T03:35:11.000Z (over 13 years ago)
- Last Synced: 2025-01-28T10:51:35.660Z (10 months ago)
- Language: Python
- Homepage:
- Size: 1.57 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The main application is a Connect 4 game that can be played by groups
of people using their smart phones. When players join the game, they
are assigned to either the red or black team. During each round, the
players on the team vote for the next move; when a timer expires the
move with the most votes is played. Play alternates between red and
black until one team wins.
The moderator creates a new game and selects the game parameters on this page:
http://SERVER/pages/c4/gamecontrol.html
Players get controllers on this page:
http://SERVER/c4g
The board is displayed on this page:
http://SERVER/pages/c4/display.html