8000 GitHub - ejovo13/Informatique-TP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ejovo13/Informatique-TP

Repository files navigation

TRAVAUX PRATIQUES

Coverage Status

example workflow example workflow

TP

This repository contains my C solutions to the Travaux Pratiques of my first year programming course. In total, there were 6 sets of homework problems that culminated in a final project writing a simple AI for a robot on wheels.

The solutions for the TPs are found in the src directory, unfortunately I cannot post the questions as that would probably be a violation of copyright.

Building

This project is built with CMake. First, clone the repository

git clone git@github.com:ejovo13/Informatique-TP.git
git clone https://github.com/ejovo13/Informatique-TP.git

Next, create a build directory and move to it

mkdir build && cd ./build

Configure CMake with

cmake ../

and then build the project.

cmake --build ./

Submodules

This repository has https://github.com/ejovo13/libejovo/tree/a06a7b7abeddf38e0ff65df2c429170b7fc22eac as a dependency, linked to this repository using git's submodules feature.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0