My Snake again ?
- 5 Devlogs
- 4 Total hours
My Snake again is a simple HTML based game in which the player have to feed his Pet Snake with ripe starwberries and make it groww!!
My Snake again is a simple HTML based game in which the player have to feed his Pet Snake with ripe starwberries and make it groww!!
I have revamped the styles for my game and also added some in game twists. i made the snake too hard to control using the keys and instead of moving in a straight path ,now the snake will take some unidentfied turns making it harder for the player to control
i hv completed the main canvas game .The snake expands itself when it feeds on the fruit. the snake can be controlled using AWSD keys in the keyboard
i have started with the script.js coding . i will have a button controlled directly with the keyboard (ASWD keys) . The container will embed the snake and the fruit sprite dircetly in the canvas
i have started the development with a html canvas .The canvas will house all the necessary buttons , sprites and the scoring system
I have started working a simple web browser playable game which will house a snake treating on a sweet fruit. I have decided to make the game with less complexity that is HTML and CSS instead of any web frameworks such as React .This will allow me to iterate more and justify the development keeping low technical overhead .Right now im writting the CSS stylesheet