Skip to content

joao-tinelli/strategy-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strategy Game

Welcome to Strategy Game! This turn-based strategy game developed in C uses linked lists for dynamic data management, such as units, resources, and territories. Get ready for a tactical experience where every decision counts!

🎮 Game Features

  • Turn-Based Gameplay: Plan each move to outmaneuver your opponents.
  • Resource Management: Manage limited resources to expand your territory and upgrade your units.
  • Territory Expansion: Conquer and defend areas to grow your domain.
  • Customizable Units: Develop a unique strategy with different types of units and attributes.

🚀 Getting Started

Prerequisites

  • C Compiler (such as GCC)
  • Linux or Windows system with a compatible C environment

Compiling and Running the Game

  • make create
  • make all
  • make run

📚 Contributing

Contributions are welcome! To contribute:

Fork the repository. Create a new branch (git checkout -b feature/your-feature). Commit your changes (git commit -m 'Add a new feature'). Push to the branch (git push origin feature/your-feature). Open a pull request.

📜 License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

About

This project was developed as part of the Data Structures university course. It is a strategy game where factions compete to determine the best by building structures and training units in various locations on the map.

Topics

Resources

License

Stars

Watchers

Forks

Contributors