The original Rogue game relied heavily on ASCII graphics. This chapter is an overview of ASCII and Unicode and how it’s still used.
Category: Rogue C# Series
Writing the Program Requirements
Determining the requirements for a program is an important first step in writing any software. Detailed requirements form an outline and direction for development.
Choosing a Programming Language
The question of what programming language to learn is a common one for beginners. Here are a couple things to consider when starting out.
New Tutorial Series – Rogue C#
An introduction to the Rogue C# series in which we’ll be designing a roguelike game closely based on the original Rogue and exploring how an application is designed from start to finish.