All Projects → samtay → snake

samtay / snake

Licence: BSD-3-Clause license
A terminal interface for Snake

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to snake

dino-brick
dino game, terminal edition
Stars: ✭ 39 (-23.53%)
Mutual labels:  brick, vty, terminal-game
snake game
This is a simple implementation of the classic snake game in rust
Stars: ✭ 16 (-68.63%)
Mutual labels:  snake-game
Console-Snake
Snake Game in Console Implemented Using C++
Stars: ✭ 99 (+94.12%)
Mutual labels:  snake-game
Snake-Game-with-Deep-learning
Developing a neural network to play a snake game
Stars: ✭ 43 (-15.69%)
Mutual labels:  snake-game
AWESOME-LDraw
LDraw — awesome software, file format, parts library and model repository (3D models of LEGO® and LEGO-compatible bricks)
Stars: ✭ 30 (-41.18%)
Mutual labels:  brick
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 (-64.71%)
Mutual labels:  snake-game
snake-pygame
🐍 A snake game written in Python using the Pygame library
Stars: ✭ 42 (-17.65%)
Mutual labels:  snake-game
PongC
Classic game of Pong in the terminal made in C.
Stars: ✭ 18 (-64.71%)
Mutual labels:  terminal-game
Snakes
A simple game of snakes implemented in C++ and OpenCV
Stars: ✭ 24 (-52.94%)
Mutual labels:  snake-game
LearnSnake
🐍 AI that learns to play Snake using Q-Learning (Reinforcement Learning)
Stars: ✭ 69 (+35.29%)
Mutual labels:  snake-game
Python.io
Snake game inspired from Slither.io but features a python instead of a snake. Made in Python 3
Stars: ✭ 15 (-70.59%)
Mutual labels:  snake-game
GBsnake
Snake game for Nintendo Gameboy written in C
Stars: ✭ 26 (-49.02%)
Mutual labels:  snake-game
snake-neural-network
An experiment with neural network and genetic algorithms
Stars: ✭ 68 (+33.33%)
Mutual labels:  snake-game
asciiarena
Terminal multiplayer deathmatch game
Stars: ✭ 34 (-33.33%)
Mutual labels:  terminal-game
openNES-Snake
Simple rebuilt of the classic Snake game for the NES in C using the cc65 cross compiler.
Stars: ✭ 18 (-64.71%)
Mutual labels:  snake-game
Cpp-Snake
A simple snake game written in c++
Stars: ✭ 35 (-31.37%)
Mutual labels:  snake-game
queens-cpm
Eight Queen Puzzle - portable CP/M version, written on Commodore 128
Stars: ✭ 24 (-52.94%)
Mutual labels:  terminal-game
open-spelling-bee
🐝 Terminal-based python clone of New York Times' puzzle game "Spelling Bee"
Stars: ✭ 38 (-25.49%)
Mutual labels:  terminal-game
asciimare
3D engine powered by ASCII art
Stars: ✭ 47 (-7.84%)
Mutual labels:  terminal-game
Snake React v2
React-Redux-Typescript-Immutable实现贪吃蛇小游戏
Stars: ✭ 29 (-43.14%)
Mutual labels:  snake-game

snake

A terminal interface for Snake. This is kind of a toy program, written as a demonstration of the brick library.

It is part of my Introduction to Brick tutorial. Feel free to leave issues here or on samtay/samtay.github.io if you spot any issues or want to leave feedback.

installation

Installation on MacOS can be accomplished via homebrew:

brew install samtay/tui/snake

Arch Linux users can install from the AUR:

yay -S snake-terminal-git # or yaourt -S snake-terminal-git, etc.

Others can install from source with stack:

git clone https://github.com/samtay/snake.git
cd snake
stack install snake

If you are on Debian and want to install via package manager, feel free to open an issue and I'll try to get around to it.

playing the game

After launching the game, press any of the arrow keys or the letters 'k', 'j', 'l', or 'h' to start the game.

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].