This is a repo for me collecting c program that I want to make. Feel free to copy, create, fix, duplicate, anything in here.
- simple pokedex (done v1)
- text based rpg (draft)
- encrypt program (to-do)
- physics solver (to-do)
- Using Windows
- VS Code + GCC (MinGW):
- Clone or copy the project files.
- Open a terminal in the project directory.
- Run:
gcc -o output/main-rpg.exe main.c file_io.c game.c
- Run the game with:
.\output\main-rpg.exe
- Dev C++:
- Clone or copy the project files.
- Open the project in Dev C++.
- Click "Compile & Run" or press F11.
- VS Code + GCC (MinGW):
- Using Linux
- (Instructions to be added)