snake-game
Projects with this topic
-
-
This project is a replica of both Snake and Slither.io, developed in Java. The project leverages modular code design and design patterns to create both games with minimal modifications. The core mechanics of each game (Snake's classic movement and Slither.io's multiplayer-style slithering) are implemented in a way that allows easy transitions between the two game modes, thanks to a flexible and reusable code structure.
Key Features:
Modular design to support both Snake and Slither.io mechanics Code reuse through design patterns (e.g., strategy, factory patterns) Snake movement and growth mechanics Slither.io movement styleTechnologies:
Java JavaFXUpdated -
This Python script implements a Snake, Water, Gun game where the user competes against the computer. The user inputs their choice, and the program randomly selects a choice for the computer. The game function evaluates the choices, determining the winner based on predefined rules.
Updated -
A simple snake game using pure javascript
Updated -
-
-
Simple snake game made in Raylib framework using C++ as language
Updated -
-
Učenje igre Zmija za jednu i više zmija s odabranim modelima učenja i algoritmima ponašanja.
Updated -
-
-
-
An implementation of the classic snake game in pure JavaScript.
Updated -
It's the simple, lightweight snake game, which is in early pre-alpha stage right now. My goal is to try and make a simple game that will render with only one shader and add as much variety and visual effects to it as possible.
Updated -
Snake game for the ptcGraph unit.
Updated -
Snake game implementation in Python
Updated -
Snake for CASIO PRIZM calculators
Download: http://ceme.tech/DL885
Updated -
My own implementation of famous Nokia game in C and Ncurses.
Updated