πŸš€
Jack Foot - Project 2022/23
CtrlK
  • 2d Space Game
  • 1 Analysis
    • 1.1 Problem Identification
    • 1.2 Stakeholders
    • 1.3 Research the Problem
    • 1.4a Features of Proposed Solution
    • 1.4b Computational Methods
    • 1.5 Success Criteria
    • 1.6 Hardware and Software Requirements
    • Reference List
  • 2 Design and Development
    • 2.1 Design Frame
    • [Base Layout]
    • 2.2.1 Cycle 1 - Creating Game
    • 2.2.2 Cycle 2 - Adding Controls
    • 2.2.3 Cycle 3 - Screen Boundaries
    • 2.2.4 Cycle 4 - Creating Enemies
    • 2.2.5 Cycle 5 - Adding Sound
    • 2.2.6 Cycle 6 - Adding Lasers and Animations
    • 2.2.7 Cycle 7 - Add Boss Wave
    • 2.2.8 Cycle 8 - Add Health Pickups
    • 2.2.9 Cycle 9 - Add Counters
    • 2.2.10 Cycle 10 - Add Game Over and Restart
    • 2.2.11 Cycle 11 - Add Pause Menu
  • 3 Testing
    • 3.1 Testing for Function and Robustness
    • 3.2 Usability Testing
    • 3.3 Checking Development Tests
  • 4 Evaluation
    • 4.1 Evaluation of Success Criteria
    • 4.2 Evaluation of Usability Features
    • 4.3 Maintenance and Future Development
  • Code
    • ‡️Project Directory
    • πŸ“‚src
      • πŸ“‚sprites
        • πŸ“‚images
        • Sounds
      • πŸ“‚states
        • Boot.js
        • Game.js
        • Splash.js
      • config.js
      • index.html
      • lang.js
      • main.js
      • manifest.json
      • utils.js
    • config.js
    • index.html
    • .gitignore
    • config.xml
    • README.md
    • webpack.config.js
    • webpack.cordova.config.js
    • webpack.production.config.js
Powered by GitBook
On this page
  1. Code
  2. πŸ“‚src
  3. πŸ“‚sprites

Sounds

This is a placeholder for the sound files I had in the game. I'm not going to add all the sounds I've added to the game as it would use a lot of time to import all the sound files across.

PreviousimagesNextstates

Last updated 2 years ago