π Hello there!
Feel free to check every part of these projects.
This repository was created with the special purpose of upload and update every single project created by CUCEI professors in order to get multiple skills in programming.
Therefore, you, my guest, will find a lot of small example programs, solving every kind of problems to develop critical thinking, mathematical logic and gain capability to break down complex problem in several simple and modular steps to achieve a goal.
Because this repository may have several languages, follow this structure to know how to navigate through the directories:
CUCEI-projects/
βββ C/
β βββ calculator/
β β βββ ...
β βββ guess number/
β β βββ ...
β βββ invetory/
β β βββ ...
β βββ modularization/
β β βββ ...
β βββ numeric-pattern/
β β βββ ...
β βββ operator types/
β β βββ ...
β βββ tic-tac-toe/
β β βββ ...
β βββ variables and constants/
β βββ ...
βββ .gitignore
βββ readme.md
Inside every folder, you will find several files (.c, .h) with important source code to compile and execute every single program inside.
Since this repo is planned to have several languages, here you can find which tools and more are used to code, test and run every source file.
Note
Along time, this list is going to grow.
Stay tuned!
| Language | Tools |
|---|---|
| C | - GCC (14.1.0) - CMake (3.31.6) |
Some projects may not be available within this repo, but you can find a list of them below.
Full explanation for every project is available on each relate repo.
This is a recreation of the "Hunt the Wumpus" game, that consists of hunting a creature known as The Wumpus. You only got a chance to hit and hunt it; if you fail, the wumpus hunts you back.