Snake Tron
Introduction
A rectangular plate is considered as a playground in which 2 snakes move. The snakes will move in 4 main directions (up, down, left and right). If the head of one of the snakes hits his body or the other snake, he loses the game, but if the head ends, the game will be equal. Also, a snake hitting the edges of the ground leads to its loss. The game server is based on a web socket and users will play the game through their browser. Voice and video chat capabilities are also given to users during the game. For this purpose, the browser must be allowed access to the webcam and microphone.(This option will be disabled if the user does not wish.)
Technologies/Languages Used
Technology | Usage |
---|---|
![]() |
Python is the language used for this project |
![]() |
Websocket used for server implementation |
![]() |
Javascript is the language used for this project’s front-end |
![]() |
CSS is the language used for this project’s front-end |
![]() |
HTML is the language used for this project’s front-end |
![]() |
Git is used for version control |
Project information
- Category: GAME
- Project date: Spring 2019
- Github Repository: https://github.com/haniehst/snaketron
Project Description
An online snake game for two to fill people's leisure and entertainment.