All Projects → americast → Snakes

americast / Snakes

Licence: GPL-3.0 license
A simple game of snakes implemented in C++ and OpenCV

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Snakes

snake-js
Nostálgico jogo da 🐍 em JavaScript.
Stars: ✭ 24 (+0%)
Mutual labels:  snake-game
arduino-snake
Snake game for Arduino
Stars: ✭ 25 (+4.17%)
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 (-37.5%)
Mutual labels:  snake-game
snake
Basic Snake Game in TypeScript
Stars: ✭ 25 (+4.17%)
Mutual labels:  snake-game
snake-game-p5
The Snake Game made with p5.js 🐍🎮.
Stars: ✭ 18 (-25%)
Mutual labels:  snake-game
snake-pygame
🐍 A snake game written in Python using the Pygame library
Stars: ✭ 42 (+75%)
Mutual labels:  snake-game
snake
A terminal interface for Snake
Stars: ✭ 51 (+112.5%)
Mutual labels:  snake-game
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 (-25%)
Mutual labels:  snake-game
Training-Snake-Game-With-Genetic-Algorithm
training snake game using neural network and genetic algorithm
Stars: ✭ 28 (+16.67%)
Mutual labels:  snake-game
GBsnake
Snake game for Nintendo Gameboy written in C
Stars: ✭ 26 (+8.33%)
Mutual labels:  snake-game
snake-reinforcement-DNN
Developing a deep neural network to play a snake game
Stars: ✭ 12 (-50%)
Mutual labels:  snake-game
NESnake
Snake game for Nintendo NES written in C
Stars: ✭ 16 (-33.33%)
Mutual labels:  snake-game
Cpp-Snake
A simple snake game written in c++
Stars: ✭ 35 (+45.83%)
Mutual labels:  snake-game
Q-Snake
A Q-learning web visualizer for Snake built with React
Stars: ✭ 34 (+41.67%)
Mutual labels:  snake-game
LearnSnake
🐍 AI that learns to play Snake using Q-Learning (Reinforcement Learning)
Stars: ✭ 69 (+187.5%)
Mutual labels:  snake-game
wxgame-snake
🐍 微信小程序游戏,贪吃蛇
Stars: ✭ 20 (-16.67%)
Mutual labels:  snake-game
snk
🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif
Stars: ✭ 844 (+3416.67%)
Mutual labels:  snake-game
snake-neural-network
An experiment with neural network and genetic algorithms
Stars: ✭ 68 (+183.33%)
Mutual labels:  snake-game
Snake-Game-with-Deep-learning
Developing a neural network to play a snake game
Stars: ✭ 43 (+79.17%)
Mutual labels:  snake-game
Console-Snake
Snake Game in Console Implemented Using C++
Stars: ✭ 99 (+312.5%)
Mutual labels:  snake-game

Snakes

Gitter chat

A simple game of snakes implemented in OpenCV and C++.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.
More information can be found in the README-developers.txt file.

Prerequisites

  • OpenCV needs to be installed on the System. For installing OpenCV 2
  1. Open Terminal on Ubuntu
  2. Type following codes
sudo apt update
sudo apt install libopencv-dev python-opencv

or if you wish to install OpenCV 3 follow the guide.

  • Install C++ (GCC recommended).

Compilation

To compile the program use

make

The compiled file snakes can be found in bin directory.

Execution

To execute the compiled file use

./bin/snakes

Or it can be executed from the bin directory ./snakes.

Well, I had made this game before I came across version control, I guess in October 2016.
Hence, commit history starts pretty late.

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