Skip to content

Latest commit

 

History

History
99 lines (68 loc) · 2.31 KB

README.md

File metadata and controls

99 lines (68 loc) · 2.31 KB

Snake JS

Snake

Javascript practice project
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contact

About The Project

Built With

  • Javascript
  • Html

Getting Started

Simply go to my website to try out the game: https://macbac.co.uk/game.html

You can also download the game.html file and run it in your browser locally.

Prerequisites

No Prerequisites

Installation

No installation required

Usage

Use the arrow keys to control the snake. Steer the snake towards the red fruit to grow bigger!

Press 'r' to restart the game.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request