Server-Based Game Development - Webgame

Loading Engine Files:

Week 4 Games

Test App: Testing Audio

Test Audio Module
  • module_audio.js on BitBucket
  • test_audio.js on BitBucket

Test App: Testing Particles

Test Particle Module
  • module_particles.js on BitBucket
  • test_particles.js on BitBucket

Test App: Testing Tilemap

Test Tilemap Module
  • Goal
  • module_tilemap.js on BitBucket
  • test_tilemap.js on BitBucket

Week 3 Games

Test App: Testing Animations, Camera, Input

Test Animation Module
  • main.js on BitBucket

Sample Game: Testing Physics, Sprites, Input

Cannon Game (SVG)
  • main.js on BitBucket
Cannon Game (Sprites)
  • main.js on BitBucket

Week 2 Games

Testing Asset System

Test Assets System
  • test_assets.js on BitBucket

Testing Sprite System

Test Sprite Sheets
  • test_sprites.js on BitBucket
  • sprites.png
  • sprites.json

Sample Game: Testing Sprites, Scenes, Events and Input

BlockBreak Game
  • main.js on BitBucket
  • blockbreak.png
  • blockbreak.json

Week 1 Games

Testing Gameloop and Timer

Test Gameloop