All Projects â†’ phantomion â†’ snake_game

phantomion / snake_game

Licence: MIT license
This is a simple implementation of the classic snake game in rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to snake game

SnakeClassic
A snake engine written in SpriteKit for all Apple devices.
Stars: ✭ 56 (+250%)
Mutual labels:  snake, snake-game
wxgame-snake
🐍 åūŪäŋĄå°įĻ‹åšæļļ戏čīŠåƒč›‡
Stars: ✭ 20 (+25%)
Mutual labels:  snake, snake-game
Python.io
Snake game inspired from Slither.io but features a python instead of a snake. Made in Python 3
Stars: ✭ 15 (-6.25%)
Mutual labels:  snake, snake-game
snake
Basic Snake Game in TypeScript
Stars: ✭ 25 (+56.25%)
Mutual labels:  snake, snake-game
Cpp-Snake
A simple snake game written in c++
Stars: ✭ 35 (+118.75%)
Mutual labels:  snake, snake-game
Case
String case utitility: convert, identify, flip, extend
Stars: ✭ 237 (+1381.25%)
Mutual labels:  snake
snake-reinforcement-learning
AI (A2C agent) mastering the game of Snake with TensorFlow 2.0
Stars: ✭ 37 (+131.25%)
Mutual labels:  snake
Slither.io Clone
Learn how to make Slither.io with JavaScript and Phaser! This game clones all the core features of Slither.io, including mouse-following controls, snake collisions, food, snake growth, eyes, and more. Progress through each part of the source code with our Slither.io tutorial series.
Stars: ✭ 168 (+950%)
Mutual labels:  snake
Sharedfonttool
3DS SharedFontTool
Stars: ✭ 140 (+775%)
Mutual labels:  snake
Snakes
A simple game of snakes implemented in C++ and OpenCV
Stars: ✭ 24 (+50%)
Mutual labels:  snake-game
Snake-Game-with-Deep-learning
Developing a neural network to play a snake game
Stars: ✭ 43 (+168.75%)
Mutual labels:  snake-game
go-snake-telnet
Snake Game over telnet protocol in Go
Stars: ✭ 22 (+37.5%)
Mutual labels:  snake
3dstool
An all-in-one tool for extracting/creating 3ds roms.
Stars: ✭ 246 (+1437.5%)
Mutual labels:  snake
GBsnake
Snake game for Nintendo Gameboy written in C
Stars: ✭ 26 (+62.5%)
Mutual labels:  snake-game
Snek
🐍 ‎ A terminal-based Snake implementation written in JavaScript.
Stars: ✭ 210 (+1212.5%)
Mutual labels:  snake
snake-game-2D
The famous 2D snake game in which your goal is to eat until you get huge and accumulate many points.
Stars: ✭ 18 (+12.5%)
Mutual labels:  snake-game
Dotnet Console Games
Game examples implemented in .NET console applications primarily for educational purposes.
Stars: ✭ 157 (+881.25%)
Mutual labels:  snake
Wortuhr ESP8266
Wortuhr mit ESP8266 WeMos D1 mini und NeoPixel WS2812B LEDs mit mp3 Sounds, Animationen, Transitions, Events und Spiele
Stars: ✭ 33 (+106.25%)
Mutual labels:  snake
LearnSnake
🐍 AI that learns to play Snake using Q-Learning (Reinforcement Learning)
Stars: ✭ 69 (+331.25%)
Mutual labels:  snake-game
snake-server
Snake-Server is a pure Go implementation of the famous arcade game 🐍
Stars: ✭ 31 (+93.75%)
Mutual labels:  snake

My snake game

Looks like this. This is with Roboto Mono Nerd Font. If you use a different font it may look different or distorted.

snake_game_image

Install rust

In order to play this you gotta have rust installed in your system. You can do that with sudo pacman -S rustup (or any other package manager) and then rustup update stable.

Run snake_game

Simply cargo run to run this or cargo install --path . to install it.

Keybindings

w,a,s,d like any game ever or h,j,k,l for vim users.qq to quit at any time. Space to pause/start.

Width and height

You can change the width and height of the game with -h and -w options(e.g. -h 20 -w 30).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].