/maze-game

Final project for LMC 2700

Primary LanguageJavaScript

LMC 2700 / Georgia Tech / Fall 2018 / Dr. Yanni Loukissas

Project 5: Maze Game

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.

Team

  • Fidel Flores Caceres - Craft Engineer
  • Savannah Joyner - Experience Architect
  • Sarah Tsai - Concept Builder
  • Deja Williams - Game Mechanic

Launching

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.