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

https://github.com/v1br/conga-conga-conga

A fun minigame made using vanilla JavaScript based on the Nokia Snake game using assets from Pokemon. You control Red, the main character, in a 2D space using WASD or Cursor Keys to collect "followers" and expand your conga line. If you bump into someone else, the game ends.
https://github.com/v1br/conga-conga-conga

game game-dev game-developement javascript javascript-game javascript-games js minigame minigames

Last synced: about 1 year ago
JSON representation

A fun minigame made using vanilla JavaScript based on the Nokia Snake game using assets from Pokemon. You control Red, the main character, in a 2D space using WASD or Cursor Keys to collect "followers" and expand your conga line. If you bump into someone else, the game ends.

Awesome Lists containing this project

README

          

# Conga, Conga, Conga!

Welcome to "Conga, Conga, Conga!" - an arcade game crafted with HTML, CSS, and JavaScript, inspired by the classic Snake game. Take control of a player character moving in eight directions and gather as many friends as possible to join your ever-expanding conga line.

### Hosted Link

You can play the game online via Netlify: [👉 Click me to play Conga, Conga, Conga! 👈](https://playconga.netlify.app/)

### Contributing

Contributions to this project are highly encouraged. Follow these steps to contribute:
- Fork this repository.
- Clone it to your machine. `git clone https://github.com/VibhorAgrawal2003/Conga-Conga-Conga.git`
- Create a branch and work on a feature. `git checkout -b branch_name`
- Commit necessary changes. `git commit -m 'feat: Added an enemy'`
- Push changes to branch. `git push -u origin branch_name`
- Create a Pull Request.

I will promptly review all Pull Requests and merge them if they contribute positively to the game's development. Thank you for your collaboration! ^^