Skip to content

ipdmartins/-Algorithms_data_structures-SuperTrunfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatsby

Super Trunfo Game (Algorithms and data structures)

This project is released under the MIT license.

This repo is about university work, more specifically on the subject of Algorithms and Data Structures. The aim was to implement a card game called Super-Trunfo. This game, commonly, has two players with a stack of cards each. Every card has technical information about a subject that might be about a car, a helicopter, a boat, a bicycle, or anything else. So, these players choose one characteristic of their card to compete. If their opponent has a stronger number the better lose his card. The objective is to take all the cards from the opponent.

The subject proposes the study of certain algorithms, especially some that aim to solve complex problems, like the best route from one point to another. Data structures, in general, is the study of how to organize data and data location in software. Some examples of such organization may be represented by arrays, stacks, queues, linked lists, graphs, trees, and more.

You can get this project on your local dev environment in 2 minutes with these four steps:

  1. **Clone this repository.**
    In your preferred shell type: git clone https://github.com/ipdmartins/-Algorithms_data_structures-SuperTrunfo.git
  2. **How to Contribute**
    Whether you're helping to fix bugs, improve the docs, or spread the word, I'd appreciate to have you as part of it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages