Skip to content

Source Code Companion for Kaplay Space Shooter Game Tutorial

License

Notifications You must be signed in to change notification settings

cetra-777/kaplaySpaceShooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play On Itch

TODO: Add itch.io link

Description

This is the companion source code for the YouTube based Kaplay coding tutorial by AutMouse Labs. To play with this code yourself simply download the project and open it in a text editor.

Links

Kaplay Documentation https://kaplayjs.com/reference/

JFXR Sound FX Maker https://jfxr.frozenfractal.com/#

1BitDragon Music Composition Software https://1bitdragon.com/

  • src - source code for your kaplay project
  • www - distribution folder, contains your index.html, built js bundle and static assets

Development

$ npm run dev

will start a dev server at http://localhost:8000

Distribution

$ npm run build

will build your js files into www/main.js

$ npm run bundle

will build your game and package into a .zip file, you can upload to your server or itch.io / newground etc.

About

Source Code Companion for Kaplay Space Shooter Game Tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published