Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Ophecy/shootemup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shootemup

Description

Shoot'em'up developped in Javascript with Phaser for a school project.

Project structure

  • shootemup: html, README, etc.
    • assets: images, sounds, etc.
    • css: stylesheets
    • js: Javascript libraries (ie. Phaser)
    • lib: TypeScript definitions if needed
    • node_modules: Directory of npm packages. Contains JSDoc package
    • out: JDoc generated documentation is output in this directory
    • src: Javascript source files
      • modules: ES6 modules

Conventions

File naming

  • camelCase for file naming

Assets

  • spr prefix for sprites
  • snd prefix for sounds
  • bg prefix for backgrounds