Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignabelitzky/tiny-programs
Simple programs to test different programming knowledge
https://github.com/ignabelitzky/tiny-programs
c-plus-plus console-app console-application cpp linux linux-terminal ncurses opencv sfml terminal
Last synced: about 1 month ago
JSON representation
Simple programs to test different programming knowledge
- Host: GitHub
- URL: https://github.com/ignabelitzky/tiny-programs
- Owner: ignabelitzky
- License: gpl-3.0
- Created: 2023-06-28T20:18:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T20:24:53.000Z (3 months ago)
- Last Synced: 2024-09-18T21:38:01.681Z (3 months ago)
- Topics: c-plus-plus, console-app, console-application, cpp, linux, linux-terminal, ncurses, opencv, sfml, terminal
- Language: C++
- Homepage:
- Size: 50.7 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Tiny Programs
Collection of simple programs.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Videos](#videos)
- [Contributing](#contributing)
- [License](#license)## Installation
Step in the directory of the program you want and use Make to compile the programs.
## Usage
Execute the executables through the Linux Terminal.
## Videos
You can find video demonstrations of some of the projects below:
### Sonic game
[![Video 1](https://img.youtube.com/vi/sc718k5OPU0/0.jpg)](https://www.youtube.com/watch?v=sc718k5OPU0)
### Flappy Helicopter
[![Video 2](https://img.youtube.com/vi/S2zmKJhitbM/0.jpg)](https://www.youtube.com/watch?v=S2zmKJhitbM)
### Smart Rockets
[![Video 3](https://img.youtube.com/vi/qhOWHsmHPQg/0.jpg)](https://www.youtube.com/watch?v=qhOWHsmHPQg)
### Fireworks Simulation and Ray-Casting
[![Video 4](https://img.youtube.com/vi/G4E0592SJgU/0.jpg)](https://www.youtube.com/watch?v=G4E0592SJgU)
## Contributing
We welcome contributions to our project! If you would like to contribute, please follow these steps:
1. Fork the repository and clone it to your local machine.
2. Make your changes and ensure they meet the project's guidelines.
3. Submit a pull request with a clear description of your changes.Thank you for your contribution!
## License
This project is licensed under the [GNU General Public License v3.0](LICENSE). You can find the full text of the license here [LICENSE](LICENSE).