Skip to content

inesmarinho/uminho

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University of Minho

Software Engineering @ University of Minho

This repository contains my class notes as well as the projects I developed during my degree. You can read all my notes here. The projects are git submodules, so you want to remember that if you clone the repository. I hope you find it useful somehow.

List of Projects

1st year

  • 1st semester
    • Software Labs I: This project consists in a game of cars. It has been developed in the Haskell programming language.
  • 2nd semester
    • Software Labs II: This project is a board game build in C. It also contains a program able to generate boards with only one solution.

Clone

If you want to clone the repository alongside with all project just do it like this:

git clone --recurse-submodules git@github.com:nelsonmestevao/uminho.git

If you forgot to use --recurse-submodules you can just do this:

git submodule init
git submodule update

Contributors

2017 - PRESENT

About

📚 University notes & projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 49.4%
  • C 26.2%
  • Java 13.0%
  • Makefile 7.6%
  • Shell 3.7%
  • C++ 0.1%