Skip to content

The casual game is written in JavaScript using the Kaboom.js library. It is designed for desktop browsers.

Notifications You must be signed in to change notification settings

blackbirdcoder/witch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casual game Witch

Dear friends, immerse yourselves in the world of a witch, gather ingredients, and brew potions. This is a simple, lighthearted game I created for fun and to explore the Kaboom.js library. Enjoy playing and sharpen your focus as you go! PLAY

Witch

Folder structure

  • src - source code for your kaboom project
  • www - distribution folder, contains your index.html, built js bundle and static assets
  • screenshot - picture of the game

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.

P.S. You might notice some messy code, as this is mainly a learning project and an introduction to the Kaboom.js library.

About

The casual game is written in JavaScript using the Kaboom.js library. It is designed for desktop browsers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published