Skip to content

The game of Gorillaz was originally implemented in QBasic and MSDOS. This project implements the game in JS.

Notifications You must be signed in to change notification settings

Cmonson/gorillaz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gorillaz JS

Setup

Install node:

Go to http://nodejs.org/
1 Click install and download .
2 Extract archive.
``` tar -zxvf ```
3 Traverse into node folder.
4 Type:
``` ./configure && make && make install ```

Get project:

5 Clone project.
``` git clone https://github.com/jgillham/gorillaz.git ```
6 Traverse into directory.
``` cd gorillaz ```
7 Install dependencies:
``` npm install -d ```

Run project:

(From the project directory)
``` npm start ```

Contributing

(detailed)
1 Fork project.
2 Clone fork.
3 Edit files.
4 Make a commit.
5 Push changes up to fork.
6 Make a pull request.

Need help or have questions?

Email Me

About

The game of Gorillaz was originally implemented in QBasic and MSDOS. This project implements the game in JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published