Skip to content

This is one of a series of 3 beginner friendly projects for 24 Pull Requests: http://24pullrequests.com/

Notifications You must be signed in to change notification settings

alanshaw/WantToCanvas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Want to canvas

###Make an HTML5 canvas game!

This is one of a series of 3 beginner friendly projects for 24 Pull Requests: http://24pullrequests.com/.

We want you to help us to build an HTML5 game, we are open to the concept and complexity. We suggests to start with a story or idea that you can add on this README!

If you have never made a canvas game before start with this code:

<!DOCTYPE html>

<html>
<head>
    <title>Founders & Coders</title>
</head>
<body>
    <canvas id="canvas" width="500" height="500"/>
</body>
</html>

Other than that, do whatever you think is best. If you want inspiration, help or advise, feel free to message the founders & coders team. Find us here: https://github.com/foundersandcoders.

###Check out our other projects:

About

This is one of a series of 3 beginner friendly projects for 24 Pull Requests: http://24pullrequests.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • CSS 3.5%