Game Development In C Only. Is it possible?
- by Ishan Sharma
I am a first year college student in India and want to make a small game as a this semester project.
I am quite good at C and am learning it rapidly but I wanted to ask if developing a game entirely in C (no C++ or C#) I'd love to use these but for college projects, we have strict requirements of using only C.
What I am looking for is a simple top view driving game. It won't have anything fancy and even the visual things will be powered by simple characters. For example, user controlled car can be represented by ¦ and edges of road by series of |'s.
What do you think?