JCV:
Haaa, yeah, ADOM's my favorite Roguelike as well. Was thinking of having the same character mapping as ADOM in mine. I guess you noticed that, heheh.
The author seems to be remaking it in Java:
http://adom.de/jade/12040401.php3
dracflamloc:
A console mode porno-themed Roguelike might be nice ...
Search found 9 matches
- Thu Mar 01, 2007 5:52 am
- Forum: Coding Questions
- Topic: Fast Console Rendering
- Replies: 17
- Views: 2805
- Thu Mar 01, 2007 5:48 am
- Forum: Announcement
- Topic: New Library - ConsoleX
- Replies: 62
- Views: 25274
- Wed Feb 28, 2007 5:17 pm
- Forum: Coding Questions
- Topic: Fast Console Rendering
- Replies: 17
- Views: 2805
- Wed Feb 28, 2007 4:42 pm
- Forum: Announcement
- Topic: New Library - ConsoleX
- Replies: 62
- Views: 25274
- Wed Feb 28, 2007 10:00 am
- Forum: Announcement
- Topic: New Library - ConsoleX
- Replies: 62
- Views: 25274
- Wed Feb 28, 2007 6:15 am
- Forum: Coding Questions
- Topic: Fast Console Rendering
- Replies: 17
- Views: 2805
- Tue Feb 27, 2007 5:51 pm
- Forum: Coding Questions
- Topic: Fast Console Rendering
- Replies: 17
- Views: 2805
- Tue Feb 27, 2007 2:23 pm
- Forum: Coding Questions
- Topic: Fast Console Rendering
- Replies: 17
- Views: 2805
- Fri Feb 23, 2007 2:09 pm
- Forum: Coding Questions
- Topic: Fast Console Rendering
- Replies: 17
- Views: 2805
Fast Console Rendering
Hello, this is my first post.
I have a question:
Is there any faster way to render the Console window compared to Printing each character by to Fors and ConsoleLocations.
This is how it is done now.
Protected X.c, Y.c
For Y.c = 0 To #Console_Height
For X.c = 0 To #Console_Width
ConsoleLocate(X ...
I have a question:
Is there any faster way to render the Console window compared to Printing each character by to Fors and ConsoleLocations.
This is how it is done now.
Protected X.c, Y.c
For Y.c = 0 To #Console_Height
For X.c = 0 To #Console_Width
ConsoleLocate(X ...