phuria / snake

The arcade game written in php.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phuria/snake

Snake game written in PHP. Example of using an ncurses extension.

Phuria snake game logo

Installation

  1. Clone current repository
git clone git@github.com:phuria/snake.git
cd snake
  1. Run docker compose in detached mode and get container's bash access
sudo docker-compose up -d
sudo docker exec -it phuria-snake bash 
  1. Install composer dependencies and run snake!
cd snake
composer update
./run

Screenshots

Phuria snake gameplay screen

About

The arcade game written in php.

License:MIT License


Languages

Language:PHP 100.0%