ASCII game

Started by
11 comments, last by Beginner too 21 years, 2 months ago
Can I make ASCII game with C++ ? And if I can... HOW ?
C++ is best programming language ! - I'm sorry, I'm from Finland ! ;)
Advertisement
Sure you can. There were tons of ASCII games when the PC first came out. Try and make a clone of one of them. Or, are you looking at the technical aspects of drawing ASCII art from C to a window?

Jason Doucette
www.jasondoucette.com
Jason Doucette / Xona.comDuality: ZF — Xbox 360 classic arcade shmup featuring Dual Play
if you arent very good at ascii art you could just make a hangman game, use a file with a list of words rather than hardcoding a single word.
I am currently working on a hangman clone, it''s great fun
Well the project is on hold due to exams, but will be continued mid Febuary.
hangman is so violent
I need some help... I don''t know how I can put MAZE -commands to c++ (in qbasic it was easy) and how I put "@" -sign to move by arrow keys ?
C++ is best programming language ! - I'm sorry, I'm from Finland ! ;)
Where can I find some ASCII tutorials ?
C++ is best programming language ! - I'm sorry, I'm from Finland ! ;)
Yeah, I want some ASCII tutorials too!

BTW, can I also (begging, grovelling) get some CHAR_INFO tuts?

Beatles are the best!
-----If you thought I was helpful, rate me down.If you thought I wasn't helpful, rate me down as well.This idiot didn't read my signature and tried to insult me.
www.gametutorials.com
for some reason unbeknownst to me, whenever I hear (or read) "ASCII game", I remember the old game "Shamus"...:D.


nomad | Nomad Forum

This topic is closed to new replies.

Advertisement