Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connellr023/crumble
A top-down view web game where you must battle another opponent with a rocket launcher on a crumbling map.
https://github.com/connellr023/crumble
game io online socket-io
Last synced: about 1 month ago
JSON representation
A top-down view web game where you must battle another opponent with a rocket launcher on a crumbling map.
- Host: GitHub
- URL: https://github.com/connellr023/crumble
- Owner: connellr023
- Created: 2020-07-17T03:55:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T22:45:06.000Z (11 months ago)
- Last Synced: 2024-10-31T02:23:37.414Z (3 months ago)
- Topics: game, io, online, socket-io
- Language: TypeScript
- Homepage: https://crumble-b4fq.onrender.com/
- Size: 1.53 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CRUMBLE
> A top-down view web game where you must battle another opponent with a rocket launcher on a crumbling map.
![p5js](https://img.shields.io/badge/p5.js-ED225D?style=for-the-badge&logo=p5.js&logoColor=FFFFFF)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![jQuery](https://img.shields.io/badge/jquery-%230769AD.svg?style=for-the-badge&logo=jquery&logoColor=white)
### Deployment
This web app is deployed on *Render* here.
### How To Play
The goal of Crumble is to be the final player standing. Parts of the level around you will crumble periodically indicated by a flashing red square.Players have the ability to fire rocket projectiles at certain angles. Upon impact, a rocket will knock them back as well as cause nearby tiles to instantly be destroyed. If a rocket hits a player, it will deal knockback as well destroy nearby tiles.
In terms of elimination. You can die by either falling through a crumbled tile or by falling off the edge of the map.
### Note
All of the logic behind this code was written in 2020 so its pretty ugly. It was only slightly re-organized recently.
Developed by Connell Reffo in 2020. Redeployed 2024