Search found 11 matches
- Sat Jun 13, 2009 3:08 pm
- Forum: Programming Discussion
- Topic: Text RPG.
- Replies: 7
- Views: 870
Re: Text RPG.
For Ai you wouldn't really need anything major, certain things like randomising certain aspects like damage, missed, dodged, critical hit?? Seeing as it's text based, it isn't going to be any type of free flowing combat most probably it'll be turn-based, & really the basics of a turn based game ...
- Thu Nov 06, 2008 4:38 pm
- Forum: Game Development
- Topic: Pangea's Quest
- Replies: 50
- Views: 10383
Re: Pangea's Quest
Correct me if i'm wrong, your making a text-based rpg game. Thatas good BUT then you say 'which is hoping to transcend into 2d'. Firstly, there's a drifference between the two, if you want to make it into a 2d rpg, why start it out as a text based rpg? One or the other.
- Mon Nov 03, 2008 8:45 am
- Forum: Game Development
- Topic: Free development utilities (not a free trial, its all free)
- Replies: 77
- Views: 126176
Re: Free development utilities (not a free trial, its all free)
Good, free open source paint program:
http://www.paint.net
http://www.paint.net
- Mon Nov 03, 2008 8:41 am
- Forum: Programming Discussion
- Topic: Would Pascal be a dumb idea?
- Replies: 10
- Views: 2016
Re: Would Pascal be a dumb idea?
Any lower level language is good for beginners, also as it teaches the basic programming principles.
- Sun Nov 02, 2008 1:00 pm
- Forum: General/Off-Topic
- Topic: Lua, how many of you know it?
- Replies: 18
- Views: 2396
Re: Lua, how many of you know it?
You have to make they empty object (the table), set the metamethod to __index, then set the metatable.
- Wed Oct 29, 2008 9:16 pm
- Forum: General/Off-Topic
- Topic: Lua, how many of you know it?
- Replies: 18
- Views: 2396
Re: Lua, how many of you know it?
I am the main Lua scripter for the game, so I'm afraid I do know it. Marcel, you do know Lua, but seriously, clean up your style. You're the only person who's managed to make Lua look ugly. Peter, right? Yeah you've done some nice things in Lua, i like your 'fake battlesystem' i wrote my own turn-b...
- Wed Oct 29, 2008 2:20 pm
- Forum: General/Off-Topic
- Topic: Lua, how many of you know it?
- Replies: 18
- Views: 2396
Re: Lua, how many of you know it?
As of last weekend, I "know" lua. ;P Syntax is very easy to pick-up. When you come across a time when you need more specifics, consult the documentation--otherwise, I really wouldn't say a book is necessary. Unless, of course, this is your first language. Then you're going to have a harde...
- Mon Oct 27, 2008 1:01 pm
- Forum: General/Off-Topic
- Topic: Lua, how many of you know it?
- Replies: 18
- Views: 2396
Re: Lua, how many of you know it?
http://elysianshadows.com/phpBB3/viewtopic.php?f=6&t=2409 http://elysianshadows.com/phpBB3/viewtopic.php?f=6&t=2356 http://elysianshadows.com/phpBB3/viewtopic.php?f=6&t=2384 http://elysianshadows.com/phpBB3/viewtopic.php?f=6&t=2393 :) Well thats only 4 topics, Does anyone know any g...
- Sun Oct 26, 2008 7:21 pm
- Forum: Programming Discussion
- Topic: C++ Books
- Replies: 24
- Views: 3555
Re: C++ Books
C++ For dummies is a amazing book, has all you need & it was only £16. Though i haven't read it all yet myself, Quite a few other good ones around aswell, shame there isn't as many Lua books though (That you can buy from a store in the UK), most things nowadays is online, that is your best bet ...
- Thu Oct 23, 2008 2:17 pm
- Forum: General/Off-Topic
- Topic: Lua, how many of you know it?
- Replies: 18
- Views: 2396
Re: Lua, how many of you know it?
Haha. Yeah, Lua is pretty popular around these parts. It's sort of like the drug of our developers. You might as well join us, because all the cool kids are doing it. Lol, nice way to describe Lua. The API for PSP though is very Crap. Seriously Its crap Mainly because of Hardware issues but there i...
- Thu Oct 23, 2008 1:54 pm
- Forum: General/Off-Topic
- Topic: Lua, how many of you know it?
- Replies: 18
- Views: 2396
Lua, how many of you know it?
How many people people on here actual know Lua on Here? Me, i know most of Lua But the Real advanced things like metamethods & properly faking OOP (or OO watever you like 2 say) & classes in Lua is something that i don't currently need right now. :mrgreen: Everyone on here will not know Me b...