/tram-simulator

Play the role of a real tram driver.

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Tram-Simulator

The objective of this game is to prevent any passengers from boarding your tram. As soon as they open the door, your task is to promptly close it. You can achieve this by either clicking on the door or utilizing the [1,2,3,4,5] keys.

Play it on Itch.io: https://burnt0rice.itch.io/tram-simulator

Assets/Sounds Credits

  • RPG Urban Kit by Kenny - Link
  • Protagonist Character by Penzilla - Link
  • Sound Effects by mixkit - Link
  • Background Music is Hmm by Xythe - Link

Folder structure

  • src - source code for your kaboom 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.

Stroll through ricefield

If you like this project, you can explore more of my projects on my GitHub profile or on my website.