Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuzma02/agar.io-with-bots
This project is a clone of the popular online multiplayer game, Agar.io, developed using Vanilla JavaScript. It's a lightweight, browser-based game where players control a cell in a petri dish-like environment. This version introduces a dark mode.
https://github.com/kuzma02/agar.io-with-bots
agario agario-clone vanilla-javascript
Last synced: about 2 months ago
JSON representation
This project is a clone of the popular online multiplayer game, Agar.io, developed using Vanilla JavaScript. It's a lightweight, browser-based game where players control a cell in a petri dish-like environment. This version introduces a dark mode.
- Host: GitHub
- URL: https://github.com/kuzma02/agar.io-with-bots
- Owner: Kuzma02
- License: mit
- Created: 2023-07-26T15:27:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-10T14:22:36.000Z (6 months ago)
- Last Synced: 2024-06-10T16:33:13.412Z (6 months ago)
- Topics: agario, agario-clone, vanilla-javascript
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agar.io Clone with bots - Vanilla JavaScript
![agario with bots](https://github.com/Kuzma02/agar.io-with-bots/assets/138793624/ba8013b6-14b9-4dfd-a1ff-437c97160ac4)
# Project Description
This project is a clone of the popular online multiplayer game, Agar.io, developed using Vanilla JavaScript. It's a lightweight, browser-based game where players control a cell in a petri dish-like environment. The objective is to grow in size by consuming smaller cells while avoiding being consumed by larger ones. This version introduces a dark mode for an eye-friendly gaming experience and enables players to compete against computer-controlled cells.
# Key Features:
- Dark Mode: A sleek dark theme that reduces eye strain, especially in low-light conditions, enhancing the visual comfort for players.
- Single Player Mode: Players can enjoy the game solo by competing against computer-controlled cells, offering a challenging and engaging experience.
- Dynamic Cell Movements: Smooth and responsive cell movements, ensuring an immersive and interactive gameplay experience.
# Technologies Used:
- Core Technology: Vanilla JavaScript, emphasizing the use of fundamental programming skills without the reliance on external libraries or frameworks.
- HTML5 and CSS3: For structuring and styling the game's user interface, ensuring a modern and user-friendly design.
# Game Mechanics:
- Growth Algorithm: Cells grow in size as they consume smaller cells, with the growth rate decreasing progressively to balance the gameplay.
- Collision Detection: Accurate detection of interactions between player cells and other cells in the game environment.
# Conclusion
This Agar.io clone is a testament to the power and flexibility of Vanilla JavaScript in creating engaging, interactive web applications. By incorporating dark mode and AI opponents, this project offers a fresh take on the classic Agar.io game, making it accessible and enjoyable for a wide range of players.