-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
22 lines (17 loc) · 755 Bytes
/
Copy pathREADME.txt
File metadata and controls
22 lines (17 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
================== Snake =================
This is a web version of the classic game Snake. Technologies used in this
project are:
Technologies used:
- HTML5
- JavaScript
- Closure Library (http://code.google.com/p/closure-library/downloads/list)
- Closure Compiler (http://closure-compiler.appspot.com)
Setup
1. Download the closure library and include the closure-library/ folder in
the top level directory of the project.
2. Open up snake.html. You can reference the uncompiled JavaScript or the
compiled version.
When making changes to the code, be sure to compile the changes using
the Closure Compiler with the Closure Library URL, and using "Advanced"
optimizations. The game should run against the compiled version of the
JavaScript.