Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wwwtyro/Astray
A WebGL maze game built with Three.js and Box2dWeb.
https://github.com/wwwtyro/Astray
Last synced: 6 days ago
JSON representation
A WebGL maze game built with Three.js and Box2dWeb.
- Host: GitHub
- URL: https://github.com/wwwtyro/Astray
- Owner: wwwtyro
- License: unlicense
- Created: 2012-07-15T03:11:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T09:59:48.000Z (over 1 year ago)
- Last Synced: 2024-08-02T06:17:38.171Z (3 months ago)
- Language: JavaScript
- Homepage: https://wwwtyro.github.io/Astray
- Size: 1.03 MB
- Stars: 504
- Watchers: 21
- Forks: 305
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
- awesome-open-source-games - Astry - WebGL maze game built with Three.js and Box2dWeb. (Browser-Based / Puzzle)
README
# Astray
A WebGL maze game built with Three.js and Box2dWeb. Play it here: http://wwwtyro.github.io/Astray/
### Launching
There are several ways to launch the game. Here is the simplest:
1. Clone or download the repository
2. Navigate to Astray's directory
3. Start 'python -m SimpleHTTPServer' in your shell (for python 3.0 and above type 'python -m http.server' in your shell)
4. Open 'localhost:8000' in your browser
5. Enjoy!