Author Topic: I'm a big noob at this stuff  (Read 1725 times)

Offline Deadlybane

  • Level 2
  • *
  • Posts: 3
  • Reputation: +0/-0
    • View Profile
I'm a big noob at this stuff
« on: April 11, 2008, 05:40:22 PM »
Ok, I hope I don't get flamed for this, but how do you start to make a text-based browser game? I was thinking of making a turn-based strategy game that has a little bit of role-playing involved (only the level system and the stats, etc.) but I have no clue what to do. I was thinking of doing it freely, if that is possible, but something tells me it isn't. If you guys can tell me a website or something I can use to get started creating and how to write the information and stuff I would greatly appreciate it. Again, keep in mind I have no idea how to any of this stuff. Thanks for any help in advance.

Offline JGadrow

  • Level 35
  • **
  • Posts: 1,133
  • Reputation: +23/-2
    • View Profile
Re: I'm a big noob at this stuff
« Reply #1 on: April 11, 2008, 06:29:31 PM »
It's going to take a LOT of learning. At the bare minimum, you'll need to learn:

HTML
a server-based scripting language such as PHP, ASP, Python, Ruby, etc.
a database program such as MySQL, Oracle, MS SQL, etc.

My recommendation would be to start learning and building small programs until you start to learn the ropes and then come back to try and make a game.
Idiocy - Never underestimate the power of stupid people in large groups.


Offline Deadlybane

  • Level 2
  • *
  • Posts: 3
  • Reputation: +0/-0
    • View Profile
Re: I'm a big noob at this stuff
« Reply #2 on: April 11, 2008, 06:59:30 PM »
Ok, so how do you create a program? And what type of program do you mean.  :O

Offline JGadrow

  • Level 35
  • **
  • Posts: 1,133
  • Reputation: +23/-2
    • View Profile
Re: I'm a big noob at this stuff
« Reply #3 on: April 11, 2008, 09:33:56 PM »
Ok, here's a few good starting points:

Tutorial: XHTML
Tutorial: XML

There's also a PHP tutorial there that should give you a good start, but stick with the basics first. Read the XHTML tutorial first. Try and challenge yourself to work in XHTML Strict mode (see the tutorial for how to engage different browser modes). After learning the XHTML and XML (very similar as XHTML is valid XML), Pick up on CSS which will help you in applying visualizations to your XHTML site.

After you feel you have mastered XHTML and CSS, THEN move on to PHP. Once you have a good basis with the PHP functions (especially with classes, functions, arrays and form processing) then try adding a database. Once you become familiar with a database, you should be ready to ATTEMPT a browser game. It will probably show you further need for education when working on various aspects of your game. In which case, learn what you need when you need it.
Idiocy - Never underestimate the power of stupid people in large groups.


Offline FirePenguins

  • Level 10
  • *
  • Posts: 59
  • Reputation: +0/-0
    • View Profile
    • The Iron Helm
Re: I'm a big noob at this stuff
« Reply #4 on: April 11, 2008, 09:41:43 PM »
This site has some great tutorials in my opinion.  They are generally simple and quick, but give all the needed information.

http://www.tizag.com/

Their first tutorial ( http://www.tizag.com/beginnerT/ ) is great for a complete beginner.  It assumes that you don't know anything, which generally is good when you're first starting ;)

Offline Chris

  • Game Owner
  • Level 35
  • *
  • Posts: 2,217
  • Reputation: +28/-1
    • View Profile
Re: I'm a big noob at this stuff
« Reply #5 on: April 12, 2008, 04:15:27 AM »
In my opinion it's pointles to start by creating a game. Become a programmer first. Once writing code become your hobby think about a game. It's better this way. If you don't find writing strange commands in notepad fun, then making a game won't be fun as well.

I would start with C, if you can manage it you can master any language and it allows you to learn the most.

Offline Deadlybane

  • Level 2
  • *
  • Posts: 3
  • Reputation: +0/-0
    • View Profile
Re: I'm a big noob at this stuff
« Reply #6 on: April 12, 2008, 08:41:50 AM »
And where can I try previewing some of their XHTML? Notepad? Thanks for the info so far guys.

Offline JGadrow

  • Level 35
  • **
  • Posts: 1,133
  • Reputation: +23/-2
    • View Profile
Re: I'm a big noob at this stuff
« Reply #7 on: April 12, 2008, 09:27:21 AM »
You can read or write any programming language using a basic text editor. In fact, I would recommend that you NOT use an IDE (Integrated Development Environment) until you're comfortable writing the language without assistance. Doing it that way will actually enable you to learn the language rather than be forced to use the IDE as a crutch.
Idiocy - Never underestimate the power of stupid people in large groups.


Offline DonSanderino

  • Level 3
  • *
  • Posts: 7
  • Reputation: +0/-0
    • View Profile
Re: I'm a big noob at this stuff
« Reply #8 on: January 07, 2009, 12:54:51 PM »
This site has some great tutorials in my opinion.  They are generally simple and quick, but give all the needed information.

http://www.tizag.com/

Their first tutorial ( http://www.tizag.com/beginnerT/ ) is great for a complete beginner.  It assumes that you don't know anything, which generally is good when you're first starting ;)

Wooh thanks this really helped me

Offline soul_banner

  • Level 1
  • *
  • Posts: 1
  • Reputation: +0/-0
    • View Profile
Re: I'm a big noob at this stuff
« Reply #9 on: February 17, 2009, 04:07:18 AM »
This site has some great tutorials in my opinion.  They are generally simple and quick, but give all the needed information.

http://www.tizag.com/

Their first tutorial ( http://www.tizag.com/beginnerT/ ) is great for a complete beginner.  It assumes that you don't know anything, which generally is good when you're first starting ;)


this helped me as well thanks alot ;)

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal