Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 872 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 872 Bytes

gator-game

Large graphics project implemented with the Gator language

Installation

Use the package manager npm to install dependencies.

npm install

We are using parcel to run a server on port 1234. Run the command below and navigate to localhost:1234.

parcel serve index.html

linguine is added as a git submodule, and it can be kept updated with its real repo by cd'ing into the linguine folder and using git pull (and then subsequently going into the parent gator-game directory and doing the standard git commit and git push to save this change). You can also change the linguine branch by navigating to the linguine folder and using git checkout <branch>

Camera Movement:

WASD to move

Click and drag or arrow keys to pan