Skip to content

Commit 664a027

Browse files
committed
Started creating directory structure for the game, which differs slightly from tutorial.
1 parent d3b3d65 commit 664a027

File tree

5 files changed

+96280
-1
lines changed

5 files changed

+96280
-1
lines changed

TapTapTaxi-CodeCaptain/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# TapTapTaxi tutorial
22

3-
The following is from Sabatino's [HTML5 Game Development with PhaserJS](http://codecaptain.teachable.com/courses/html5-game-development-with-phaserjs).
3+
The following is from Sabatino's [HTML5 Game Development with PhaserJS](http://codecaptain.teachable.com/courses/html5-game-development-with-phaserjs).
4+
5+
While not mentioned by the tutorial, [tile assets from Kenney](http://www.kenney.nl/assets).

TapTapTaxi-CodeCaptain/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>TapTapTaxi</title>
5+
<meta charset="utf-8" />
6+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.4.3/phaser.min.js"></script>
7+
<script type="text/javascript" src="src/main.js"></script>
8+
</head>
9+
<body>
10+
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)