Brower based mmorts tutorial
Brower based mmorts tutorial
I will start working on some browser based mmorts tutorials when I learn more php and post them on this site.
Coding-PHP, Javascript, C++, HTML, mySQL
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
Re: Brower based mmorts tutorial
*NEW*
Here's a taste of whats to come for this tutorial:
This is where you recruit your troops. This is the body of it it is not complete quite yet though
Still learning how to put the constant top bar and side bar
When I do my Videos they will be as follows
Browser-Based MMORTS Tutorial:Database Tutorial x
Then when I have my database all set
Browser-Based MMORTS Tutorial:Source-Code Tutorial x
Enjoy!
Here's a taste of whats to come for this tutorial:
Code: Select all
<html>
<body>
<table border="1">
<tr>
<th>Unit Name</th>
<th>Cost</th>
</tr>
<tr>
<td>Swordsman</td>
<td>150 Iron, 200 Wood, 100 Clay</td>
</tr>
<tr>
<td>Archer</td>
<td>200 Iron, 300 Wood, 250 Clay</td>
</tr>
</table>
</body>
</html>
Still learning how to put the constant top bar and side bar
When I do my Videos they will be as follows
Browser-Based MMORTS Tutorial:Database Tutorial x
Then when I have my database all set
Browser-Based MMORTS Tutorial:Source-Code Tutorial x
Enjoy!
Coding-PHP, Javascript, C++, HTML, mySQL
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8