rickbacci / tron

tron
MIT License
1 stars 1 forks source link

Game Time Starter Kit

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

To build the static files:

npm build

To run tests in Node:

npm test

Abstract

Build a game that is playable in the browser. There is no server-side component for this project. You'll be using client-side JavaScript exclusively to complete this project.

This project is inspired by Minicade.

Goals

Restrictions

You can use any of the following libraries:

(Other libraries may be used only with instructor approval.)

You can use any of the following build tools:

Game Options

You can choose to implement any of the games listed below.

(Other idea and suggestions are available with instructor approval.)

Playability Features

We want your game to be full-featured and playable -- not just a proof of concept of the gameplay and rendering features.

To this end, make sure to include sufficient UX to allow the user to fully interact with the game. This would include:

Extensions

Evaluation Rubric

Functional Expectations

Test-Driven Development

Breaking Logic into Components

Fundamental JavaScript & Style

Code Sanitation

The output from JSHint shows…