Skip to content

Large graphics project implemented with the Gator language

Notifications You must be signed in to change notification settings

cucapra/gator-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c6153a · Nov 6, 2019

History

50 Commits
Oct 15, 2019
Oct 7, 2019
Nov 6, 2019
Oct 15, 2019
Nov 6, 2019
Nov 6, 2019
Nov 6, 2019
Oct 7, 2019
Nov 6, 2019
Oct 2, 2019
Oct 31, 2019
Nov 6, 2019
Oct 7, 2019
Oct 7, 2019
Nov 6, 2019
Nov 6, 2019

Repository files navigation

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