Creating a semi-RPG turn-based combat game
4 years ago
Creating a semi-RPG turn-based combat game | Programming in C | January 19, 2021
Hello, today I present to you a small program that I made using the CODEBLOCKS software, which allowed me to program the game in C.
At first it was not an easy task, however seeing as I have already learned C #, C is not at all different except for some function and variables as well as the changing indentation.
So I created a little game called RPG World, it's a game compatible on Windows PCs only, it's a semi-RPG game since in this game you can choose your class to fight the enemies.
The game is fully available on Git Hub, you can play it and modify it since the source code has been given.
Link of the game and source : https://github.com/Maxime66410/WorldRPGCMD
Hello, today I present to you a small program that I made using the CODEBLOCKS software, which allowed me to program the game in C.
At first it was not an easy task, however seeing as I have already learned C #, C is not at all different except for some function and variables as well as the changing indentation.
So I created a little game called RPG World, it's a game compatible on Windows PCs only, it's a semi-RPG game since in this game you can choose your class to fight the enemies.
The game is fully available on Git Hub, you can play it and modify it since the source code has been given.
Link of the game and source : https://github.com/Maxime66410/WorldRPGCMD