https://github.com/staktrace/hackathon
stuff from THM hackathon
https://github.com/staktrace/hackathon
Last synced: about 1 month ago
JSON representation
stuff from THM hackathon
- Host: GitHub
- URL: https://github.com/staktrace/hackathon
- Owner: staktrace
- Created: 2011-07-15T03:36:55.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-15T03:37:52.000Z (almost 15 years ago)
- Last Synced: 2025-09-08T07:44:01.480Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HACKATHON hosted by Top Hat Monocle
===================================
This git reposity is where we stuff all of our documentation and sample code for the Hackathon.
Objectives
==========
Build a WebGL / three.js based browser game. Best game will be rewarded with a prize!
Resources
=========
three.js Github repo: https://github.com/mrdoob/three.js
Mozilla docs on WebGL: https://developer.mozilla.org/en/WebGL
Repository Contents
===================
* [README.md](https://github.com/tophatmonocle/Hackathon/blob/master/README.md) would like you to read it
* [js/](https://github.com/tophatmonocle/Hackathon/blob/master/js) is where Three.js and helper libraries live
* [assets/](https://github.com/tophatmonocle/Hackathon/blob/master/assets) images you can use in your project
* [sprite.html](https://github.com/tophatmonocle/Hackathon/blob/master/sprite.html) is sample three.js code showing you how to create a simple sprite object
* [sprite_move.html](https://github.com/tophatmonocle/Hackathon/blob/master/sprite_move.html) shows you how to move your sprite around
* [template.html](https://github.com/tophatmonocle/Hackathon/blob/master/template.html) is a blank game template you can use as the foundation of your project
* [barrel_roll/](https://github.com/tophatmonocle/Hackathon/tree/master/barrel_roll) is a very simple example game you can use to:
* Get inspiration
* Amuse yourself