Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Latch Jack committed Mar 14, 2020
1 parent 2589048 commit e9e3c35
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,25 @@ This game was built in one week during Week 4 of the course.

# Snake 2

## Brief
- **Render a game in the browser**
- **Design logic for winning & visually display which player won**
- **Include separate HTML / CSS / JavaScript files**
- Stick with **KISS (Keep It Simple Stupid)** and **DRY (Don't Repeat Yourself)** principles
- Use **Javascript** for **DOM manipulation**
- **Deploy your game online**, where the rest of the world can access it
- Use **semantic markup** for HTML and CSS (adhere to best practices)

## Tech Stack
This project was built using the following technologies.
+ HTML5
+ CSS3
+ JavaScript
+ GitHub
+ JavaScript (ES6)
+ Git & GitHub

## Release History

+ 1.0 - This game will not be updated so as to stay true to the challenge of building it in one week. This also is to serve as a marker for how much I have improved since the date (10/01/20) this was submitted. Any improvements stated to be made to it will be done so in a follow up project.
+ 1.0 - This game will not be updated so as to stay true to the challenge of building it in one week. This also is to serve as a benchmark for how much I have improved since the date (10/01/20) this was submitted. Any improvements stated to be made to it will be done so in a follow up project.

## Deployment
The game is deployed utilising GitHub Pages and it can be found (and played 😉) here via this link - [Snake 2](https://latchjack.github.io/sei-project-1/)
Expand Down

0 comments on commit e9e3c35

Please sign in to comment.