Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed title and added README file #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lesson-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!--<![endif]-->

<head>
<title>Snake Game-Phaser</title>
<title>Snake Game-Phaser | Lesson 1</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
2 changes: 1 addition & 1 deletion Lesson-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!--<![endif]-->

<head>
<title>Snake Game-Phaser</title>
<title>Snake Game-Phaser | Lesson 2</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
2 changes: 1 addition & 1 deletion Lesson-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!--<![endif]-->

<head>
<title>Snake Game-Phaser</title>
<title>Snake Game-Phaser | Lesson 3</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
2 changes: 1 addition & 1 deletion Lesson-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!--<![endif]-->

<head>
<title>Snake Game-Phaser</title>
<title>Snake Game-Phaser | Lesson 4</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
7 changes: 7 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# HTML 5 based Game Development
Snake Game
open index.html
## what is it ?
This is a simple tutorial for HTML5 based game development.
Learn game developent your own.
Follow the steps