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!
- 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.
- C Compiler (such as GCC)
- Linux or Windows system with a compatible C environment
- make create
- make all
- make run
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.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.