Author Topic: looking for a good html template to start making a game  (Read 1027 times)

Offline Drezek

  • Level 5
  • *
  • Posts: 17
  • Reputation: +0/-4
    • View Profile
looking for a good html template to start making a game
« on: August 15, 2009, 02:12:15 PM »
i dont feel like making my own mostly because i have not that much expierence in html i only plan on making a simple dope wars game to test my php skills and to learn the ropes

Offline jannesiera

  • Level 35
  • **
  • Posts: 1,026
  • Reputation: +6/-1
    • View Profile
    • BBGameDesign
Re: looking for a good html template to start making a game
« Reply #1 on: August 15, 2009, 04:12:08 PM »
I would just go with smarty. But to be honest that's the only html template I know of.

Offline raestlyn

  • Level 29
  • **
  • Posts: 464
  • Reputation: +9/-5
    • View Profile
Re: looking for a good html template to start making a game
« Reply #2 on: August 16, 2009, 05:13:17 AM »
Smarty is the only templating engine I know for php, but are you looking for one or just a css/html template? If you are looking just the template you should google up "free css template". There are tons of those out there.
« Last Edit: August 16, 2009, 04:02:47 PM by raestlyn »


I can send you pics of my cocks if you want reference.


Offline Forgotten

  • Level 6
  • *
  • Posts: 21
  • Reputation: +0/-0
    • View Profile
    • ThunderWars Gaming
Re: looking for a good html template to start making a game
« Reply #3 on: August 16, 2009, 12:01:59 PM »
If your just making a simple game to learn "the ropes" then you can just throw together something extremely basic.

And it might not be a bad idea to learn all of the html, if you plan on working on anything serious in the future....

Offline Nox

  • Level 35
  • **
  • Posts: 768
  • Reputation: +12/-2
    • View Profile
Re: looking for a good html template to start making a game
« Reply #4 on: August 16, 2009, 01:31:40 PM »
Depends also whether you (plan to) develop alone or have coders with PHP skills
I was starting to work with Smarty, but then when I experienced in another project how annoying the work with it is, I started to revert back to PHP
...I heard that PHP in it's beginning was something like templating engine anyway

What I basicly dislike is that anyway you have to copy tons of your variables into Smarty and then you have to learn and use syntax very similar, but much less powerful, as PHP
After you're finished you'll have code full of ifs and others code flow things anyway ... and you have to rely on that syntax and hope and be worried if what you want to achieve is possible with Smarty

So for me the only benefit might have been <?php echo $something?> => {$something} + $smarty->assign("something",...); so in the end it's not even shorter...
And I set ctrl+p to print <?php echo |?> (|= cursor placed after insertion) so...

under some circumstances I'd vote for PHP = I don't say templates don't have positives, just stating a different view

if you manage to bypass the need for some more complex things in PHP, than you don't need something that massive as Smarty - with all plugins it has 317kB...
Meet us at an IRC irc.freenode.net #bbg as well
https://vimeo.com/36579366 (a must-watch) | Join BOINC - no longer a hype, but you can help never the less

Offline Blacklava

  • Level 10
  • *
  • Posts: 59
  • Reputation: +1/-0
    • View Profile
    • CitySlaves browser RPG
Re: looking for a good html template to start making a game
« Reply #5 on: September 08, 2009, 11:37:36 AM »
If you haven't started yet using any software I would too really advize to learn css and html then try to apply simple php in a few weeks... It is very easy if you take time to understand it!
If you don't go for that you're going to spend years before realizing you need to learn anyway so I don't see the point...
CitySlaves browser RPG - Play free games at 85play.com - Free online poker

Offline Scion

  • Level 27
  • **
  • Posts: 402
  • Reputation: +11/-0
    • View Profile
Re: looking for a good html template to start making a game
« Reply #6 on: September 09, 2009, 04:26:10 AM »
actually what i think hes asking for is a game template

go google mccodes, that seems to be the most common.

or you can try some of the opensource projects around.

what youll get though is a game that at its core is exactly the same as hundreds if not thousands of other games out there, the only differnece will be the images and styles that you apply. People then try to combat that by applying any number of more or less freely available plugins or extensions....however once again everyone else is doing the same thing....so your still sitting there with a clone of any numbe rof other games..

at the end you have to ask yourself why will someone play this game instead of one thats just like it....If your just doing it for some friends then it may be enough, but if your looking for commercial sucess then there are probably more competitve approaches.

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal