Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 620 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 620 Bytes

Tennis Game

HTML5 and javascript tennis game developed based on this course: https://www.udemy.com/code-your-first-game/learn/v4/overview

Here is the live Demo

Why

In order to learn a little bit about canvas I developed this simple Tennis game, so I could understand better how things works with canvas and to get to known some properties that might be useful.

Stack

This project is using basically:

* HTML5
* Javascript (ES5)
* CSS