A few years back I saw an ASCII demo by a demo scene group that was in 3D, with models in it and lighting, it was damn advanced for it's time! This one is basic but still really great, especially if you made it, I'm sure it was hard.
@szor3n Ray casting is a totally different method. It's not real 3D (well not real 3D in the sense 3D games are made now). You calculate what to draw on each pixel column by casting a ray, finding it's intersection on a tiled map data and draw accordingly. (BTW the ray casting engine in this video clearly uses a different algorithm, as it seems to cast a total of characterWidth / windowWidth amount of rays) You can find more info by searching "ray casting" in google.
@SuperShadow probably getch() or gets ().
BloodstainedMerc 1 month ago
damn
pufixas 5 months ago
A few years back I saw an ASCII demo by a demo scene group that was in 3D, with models in it and lighting, it was damn advanced for it's time! This one is basic but still really great, especially if you made it, I'm sure it was hard.
TheSektorz 5 months ago
Looks like tunnel runner for the atari 2600.
billyjoejimbob75 5 months ago
how did you capture keyboard events in a console app?
SuperShadow 5 months ago
now dats teh shit
CSryoh 6 months ago
Nice programming! I actually want to make a "rouge-like" using this technique. Without colors and Unicode characters of course!
jojakt 9 months ago
HHOOOWWWW?????????
chrismofer 1 year ago
@szor3n Ray casting is a totally different method. It's not real 3D (well not real 3D in the sense 3D games are made now). You calculate what to draw on each pixel column by casting a ray, finding it's intersection on a tiled map data and draw accordingly. (BTW the ray casting engine in this video clearly uses a different algorithm, as it seems to cast a total of characterWidth / windowWidth amount of rays) You can find more info by searching "ray casting" in google.
MetallicaIsair 1 year ago
I was thinking about doing something like that, but I still have a lot to do for dx and opengl before i have the time =(
It looks really nice, congrats :)
AspirinaSaucer 1 year ago