Search found 120 matches

by andrew
Sat Jan 03, 2009 4:30 pm
Forum: Art, Music, and Design
Topic: How to make seamless tiles?
Replies: 8
Views: 1879

Re: How to make seamless tiles?

You're probably looking for something like this: Obliterating "The Grid"
by andrew
Wed Dec 31, 2008 4:53 pm
Forum: Game Development
Topic: Text based rpg...
Replies: 22
Views: 3115

Re: Text based rpg...

Here's another link: Roguelike Dev FAQ

If your head doesn't explode from reading all that, you should be good to go. ;)
by andrew
Wed Dec 31, 2008 11:49 am
Forum: Programming Discussion
Topic: Rate my programming skills. (Html)
Replies: 7
Views: 908

Re: Rate my programming skills. (Html)

Looks pretty competent. You're getting there, keep going. :) Just remember that it takes quite a while to become a master at anything, and don't get discouraged if it seems like it's taking too long. If you really want to program for a living then you should read this, it should give you a good idea...
by andrew
Wed Dec 31, 2008 10:36 am
Forum: General/Off-Topic
Topic: The Best Graphics Artist Ever.
Replies: 25
Views: 1493

Re: The Best Graphics Artist Ever.

Read this it's very relevant and interesting.
by andrew
Tue Dec 30, 2008 5:09 pm
Forum: Game Development
Topic: Text based rpg...
Replies: 22
Views: 3115

Re: Text based rpg...

Which kind of text based rpg did you have in mind?

There's this kind:
Wrath Lands

Or this kind...
Rogue

John Romero made a free text library for C++ to make rogue-like games:
Here is the page for it.
by andrew
Sat Dec 27, 2008 3:11 pm
Forum: Programming Discussion
Topic: A probably stupid SDL problem
Replies: 18
Views: 1709

Re: A probably stupid SDL problem

Common problem.

Line 56:

Code: Select all

   if(screen = NULL){
by andrew
Thu Dec 25, 2008 6:20 pm
Forum: Programming Discussion
Topic: Difficulty accessing a member of a class from a list
Replies: 20
Views: 1669

Re: Difficulty accessing a member of a class from a list

Not really you'd still be using an std::list just accessing it like an array. Oh really? I didn't know you could do that. I might have to use that. Please excuse my ignorance, but as far as I know you can't access a linked list like an array. There's no guarantee that the elements in a list will sh...
by andrew
Wed Dec 17, 2008 9:44 am
Forum: Programming Discussion
Topic: NEW PROJECT!!!!!! YAY
Replies: 26
Views: 2223

Re: NEW PROJECT!!!!!! YAY

Someone was making a Doom RTS, but they gave up. They used the same graphics from the original game.

Check it out:
http://www.youtube.com/watch?v=t0bI9Gh-afw
by andrew
Mon Dec 15, 2008 7:42 pm
Forum: Programming Discussion
Topic: Guides & resources
Replies: 59
Views: 64004

Re: Guides & resources

Stanford CS Education Library -- Lots of good documents on Pointers, Memory, Lists, Trees, Perl, and other stuff.

Eternally Confuzzled -- Advanced stuff on trees, sorting, hashing, lists, and more.

Edit: Added to OP --Mar
by andrew
Sun Dec 14, 2008 6:06 pm
Forum: Programming Discussion
Topic: why no ISO games
Replies: 15
Views: 2896

Re: why no ISO games

dandymcgee wrote:Thanks, Andrew.
Glad to provide helpful information. :)
by andrew
Sun Dec 14, 2008 12:01 pm
Forum: Programming Discussion
Topic: why no ISO games
Replies: 15
Views: 2896

Re: why no ISO games

This article is pretty old(1996), but I'm sure you'll find it to be exactly what you're looking for.
http://www.gamedev.net/reference/articl ... cle744.asp

Here's another link that will also help if you haven't already found it.
http://www.gamedev.net/reference/list.asp?categoryid=44
by andrew
Wed Dec 10, 2008 7:33 pm
Forum: General/Off-Topic
Topic: Snow in Houston
Replies: 7
Views: 415

Snow in Houston

I've been in this city for a very long time and I've only seen it snow like 4 times.
by andrew
Mon Dec 08, 2008 7:36 pm
Forum: Programming Discussion
Topic: UGH remake going along swimmingly
Replies: 21
Views: 2143

Re: UGH remake going along swimmingly

Sure is turning out really good for a quick project. :)
by andrew
Mon Dec 08, 2008 6:03 pm
Forum: Programming Discussion
Topic: UGH remake going along swimmingly
Replies: 21
Views: 2143

Re: UGH remake going along swimmingly

I found this java remake of ugh on google code:
http://code.google.com/p/ugh/source/bro ... piraya/ugh

It's where I got the graphics.