Skip to content

shiqimei/Button-War-rocketchat-demo

Repository files navigation

Button War

A competitive button mashing game, which is the exploration that integrates the Koji mini apps into Rokcet.Chat!

Development

  1. Clone the repo to the local:
git clone git@github.com:lolimay/Button-War-rocketchat-demo.git
  1. Install the dependencies:
yarn
  1. Start the project:
npm start

And then you will find the project is running in the http://localhost:1234.

VCC's

Structure

~/

This is the main directory

  • index.html is the main html file where the game canvas, and overlay elements are declared.
  • index.js is the main javascript file that initializes and loads the game.
  • style.css this file contains css styles for the game canvas, and overlay elements.

~/game/

This directory contains the main game code.

~/game/characters

This directory contains code for the game characters.

~/game/objects

This directory contains code base classes like image, sprite, etc.

~/game/helpers

This directory contains helper code for loading assets and and requesting frames.

Support

Community

If you need any help, you can ask the community by making a post, or joining the discord.

Helpful Resources

About

A competitive button mashing game powered by Koji!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published