Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.57 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.57 KB

*This game is being developed as a Google Summer of Code 2018 project under the Inclusive Design Institute; the final game will not be completed until August 15th. In the meantime, the incomplete game will be hosted at https://christine-hu.github.io/playtown/.

Playtown!

“Playtown!” is a web game for kids to discover and personalize their own world. The game begins with a town map, and users can complete different activities at different locations. Players will be able to:

  • create a robot,
  • customize an avatar,
  • build an ice cream sundae, and
  • design a house!

All controls are switch-accessible, and users can also adjust text size and scroll speed. Design-wise, Playtown aims to follow the Inclusive Design Guide and the Game Accessibility Guidelines.

On the technical side, the game is being built with:

Running Locally

To run the game locally, complete the following steps:

  1. Clone the repository: git clone https://github.com/christine-hu/playtown.git

  2. Navigate to the repository, and download the dependencies: npm install

  3. Set up a local testing server (ex: python -m SimpleHTTPServer)

  4. Go to the server (ex: localhost:8000) via your web browser. Tada!