Page 1 of 1
Brower based mmorts tutorial
Posted: Sat Dec 19, 2009 11:14 pm
by ZeroComp
I will start working on some browser based mmorts tutorials when I learn more php and post them on this site.
Re: Brower based mmorts tutorial
Posted: Wed Dec 23, 2009 2:28 am
by ZeroComp
*NEW*
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>
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!