Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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