Skip to content

64Mega/LD38SwordsOfXalavus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Jam Quick-Start Kit

This is just a minimal quick-start boilerplate repo intended for personal use in game jams.

Functionality includes:

  • Simple Asset preloader (Images and Sounds)
  • Included bitmap font and basic function to draw text with it
  • Several utility functions for drawing
  • Automatic canvas sizing/positioning
  • Simple Update/Render gameloop with timing
  • Basic Audio system for music and sounds
  • Basic Keyboard Input handler
  • Enough comments to get acquainted with the project

Depends on TypeScript and Webpack.

To use the project, clone the repo and run npm install within the project directory. When that's done, do npm run watch.

I recommend browser-sync for a less tedious development experience. Run it as a server in the dist directory.

About

Game made for the Ludum Dare 38 Compo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published