Skip to content

phuria/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phuria/snake

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

Phuria snake game logo

Installation

  1. Clone current repository
git clone [email protected]: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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages