Skip to content

arcamp0130/CUCEI-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

62 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

University Center of Exact Sciences and Engineering (CUCEI) - Projects

Ask DeepWiki Repo stars
C language

πŸ‘‹ Hello there!

Feel free to check every part of these projects.

πŸ“– Let's get started

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.

πŸ” This you're going to find

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.

βš™οΈ Used tools

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)

βž• Other projects

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.

Hunt the Wumpus

Hunt the Wumpus - Badge
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.

About

Set of projects designated by CUCEI professors

Resources

Stars

Watchers

Forks

Languages