Brower based mmorts tutorial

Post all your tuts or request for tuts here.
Post Reply
ZeroComp
Posts: 648
Joined: Thu Oct 29, 2009 8:48 pm

Brower based mmorts tutorial

Post by ZeroComp »

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
ZeroComp
Posts: 648
Joined: Thu Oct 29, 2009 8:48 pm

Re: Brower based mmorts tutorial

Post 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!
Coding-PHP, Javascript, C++, HTML, mySQL
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
Post Reply

Return to “Tutorials”