In the Silent Game, design is modeled as a social process of morphological change. The Maze Game is an attempt to redesign the Silent Game for computational media while preserving two fundamental characteristics of the Silent Game: collaboration and manipulation of expressive form.
This project was forked from (https://github.com/wwwtyro/Astray) in an effort to transform the game into a collaborative, multiplayer game for our final project in LMC 2700: Intro to Computational Media.
- Fidel Flores Caceres - Craft Engineer
- Savannah Joyner - Experience Architect
- Sarah Tsai - Concept Builder
- Deja Williams - Game Mechanic
Clone the repository into project folder or download the zip file and copy over the files into your project folder. Navigate to the project directory in your terminal and type
python -m SimpleHTTPServer
or
python3 -m http.server
to start the local server. Then, open your browser and go to localhost:8000
and enjoy the game!
To finish hosting press ctrl + c
.