DEV Community

Writing a game in a console application - Part 0

Paul Michaels on October 02, 2019

I wrote and published this some time ago here. At the time, I thought it was an excellent way to learn the principals of game development and, as ...
Collapse
 
peledzohar profile image
Zohar Peled

You might want to check out my ExtendedConsole github project that provides easy ways to write colorful texts and menus, and to read client input.

For more details:

Collapse
 
pcmichaels profile image
Paul Michaels

Looks interesting. In the following posts, I go into the process of things like collision detection, etc.

If you're interested, the original posts are here:

pmichaels.net/creating-console-games/

Collapse
 
peledzohar profile image
Zohar Peled

Will check it out as soon as I can, thanks!