Skip to content

oaltun/shoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoot

A game/simulation engine that lacks by design.

This engine is intended for being a starting code in a Computer Graphics/Game Programming course.

Students should add to it and use it.

Tested only on Chrome.

Features:

  • Game objects
  • Rudimentary collision detection
  • Explicit WebGL operations in GameObjects

Uses Angel and Schreiner's MV.js. As such complements their WebGL book well.