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.
- Host: GitHub
- URL: https://github.com/v1br/conga-conga-conga
- Owner: v1br
- Created: 2024-02-03T07:22:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T13:45:10.000Z (over 2 years ago)
- Last Synced: 2025-02-16T11:17:43.314Z (over 1 year ago)
- Topics: game, game-dev, game-developement, javascript, javascript-game, javascript-games, js, minigame, minigames
- Language: JavaScript
- Homepage: https://playconga.netlify.app/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! ^^