Skip to content

This repository is a bunch of c coding project that can be use for learning more on C programming language.

Notifications You must be signed in to change notification settings

lemonaddict/c-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Projects

This is a repo for me collecting c program that I want to make. Feel free to copy, create, fix, duplicate, anything in here.


Project list

  • simple pokedex (done v1)
  • text based rpg (draft)
  • encrypt program (to-do)
  • physics solver (to-do)

How to try

  1. Using Windows
    • VS Code + GCC (MinGW):
      1. Clone or copy the project files.
      2. Open a terminal in the project directory.
      3. Run:
        gcc -o output/main-rpg.exe main.c file_io.c game.c
      4. Run the game with:
        .\output\main-rpg.exe
    • Dev C++:
      1. Clone or copy the project files.
      2. Open the project in Dev C++.
      3. Click "Compile & Run" or press F11.
  2. Using Linux
    • (Instructions to be added)

About

This repository is a bunch of c coding project that can be use for learning more on C programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages