Search found 128 matches

by Aave
Sep 10, 2008 20:56
Forum: Windows
Topic: IDE's For FreeBASIC
Replies: 9
Views: 3943

There is JellyFB (Formerly JellyFish Pro)
http://planetsquires.com/jellyfishpro_freebasic.htm
by Aave
Sep 10, 2008 9:57
Forum: Projects
Topic: Procedural ASCII Universe
Replies: 9
Views: 3511

No angry gods so far... :P Unfortunately my host (jouluserver.com) is down due to some maintenance. The site should be back up today. Sorry for the inconvenience :) About the progress, it is slow as I've been a bit busy, but there is some development almost every day. Current focus is getting the la...
by Aave
Aug 29, 2008 13:35
Forum: Archive
Topic: Smiley Godbots - The Deluxe Happy Edition
Replies: 9
Views: 3134

The link is broken, check the filename capitalization (found working link from the root page)
by Aave
Aug 29, 2008 13:27
Forum: Projects
Topic: Procedural ASCII Universe
Replies: 9
Views: 3511

Procedural ASCII Universe

I decided to share with you also my latest project. It aims at creating procedurally a gigantic universe with nebulae, stars and visitable planets. All is presented in ascii graphics. I have all the basic stuff already in place, but much more improvements are still required in order to make it reall...
by Aave
Aug 29, 2008 12:43
Forum: Beginners
Topic: Noob needs a hint - roguelike dev...
Replies: 19
Views: 3488

But, I don't understand how switching the #'s 150 and 30 to 80 and 25 made it work... Is 150 a too high number or something? That's the only thing that you didn't tell me which is why it didn't work, then again you probably DID imply that, but I didn't understand.., Well, sorry and thanks...if you ...
by Aave
Aug 28, 2008 8:37
Forum: Beginners
Topic: Noob needs a hint - roguelike dev...
Replies: 19
Views: 3488

Re: Noob needs a hint - roguelike dev...

I want to use the basic ASCII graphics, like in T.o.M.E., Angband, and ADOM; *NO* solid ASCII or graphical templates, please, I'm not sure which Library I need to use or if I even need one(it says you need one for graphical programs though)... Do you mean you want a pure console (like ms-dos window...
by Aave
Aug 13, 2008 20:06
Forum: Game Dev
Topic: Graphics libraries question
Replies: 21
Views: 9219

I didn't experience any problems other than flickering with that example. The flickering can be removed with double buffering, maybe that helps with the jerkiness also: #include "fbgfx.bi" Using FB Dim Shared As Single circlex, circley, circlespeed Screen 13,8,2,0 ' Sets the graphic mode D...
by Aave
Aug 09, 2008 9:35
Forum: Game Dev
Topic: Long maze-like path generator request/help
Replies: 3
Views: 3653

Have you looked here: http://www.astrolog.org/labyrnth/algrithm.htm (actually the source of that image :) ) There are tons of information about mazes, including unicursal: Unicursal: One way to create a random unicursal Maze is to take a perfect Maze, seal off the exit so there's only the one entran...