https://github.com/matzeb/misplaced
cooperative multiplayer game; our entry for GPN12 gamejam
https://github.com/matzeb/misplaced
Last synced: 8 months ago
JSON representation
cooperative multiplayer game; our entry for GPN12 gamejam
- Host: GitHub
- URL: https://github.com/matzeb/misplaced
- Owner: MatzeB
- License: other
- Created: 2012-06-10T18:24:07.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-10T20:44:12.000Z (almost 14 years ago)
- Last Synced: 2025-10-10T04:14:04.572Z (8 months ago)
- Language: Python
- Size: 12.4 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Misplaced
=========
About
-----
This is an entry to the GulaschProgrammierNacht 2012 [GameJam][] - a game
programming competition in which you have 48 hours to create a game for a given
topic.
[GameJam]: https://entropia.de/GPN12:Gamejam "The GPN12 Gamejam"
Screenshot
----------

Story
-----
It's a cooperative multiplayer game: A bunch of people is stranded on an island and wants to attract the search crews by creating a big SOS-sign. However not everyone cooperates, some people decided that they would rather stay on the island and enjoy the sun and the coconuts without it being found.
Game
----
After joining the server and all players indicated they are ready the game
starts. One third of the players will randomly selected as "evil" players, the
others are "nice" players. The true attitude of the players is not revealed
until the end. You may only guess based on their actions.
The goal of the nice players is to collect wood and build an SOS sign before
the time is up. They might also stun players they assume of being evil.
The goal for the evil guys is to prohibit/distract the nice guys from reaching
their goal in time.
Controls
--------
* arrow keys to walk around
* enter to pick up/deposit an object
* space to beat someone/help someone up
* t to chat (say "/name XXX" to change your name to XXX)
Running the game
----------------
* Dependencies: python 2.7, pyGame, pyOpenGL
* "python server.py" to start a server
* "python game.py " to start a game