Introduction - laihaotao/COMP354 GitHub Wiki
Introduction
PokemonGoBack is a card game based on the Pokemon Trading Card Game. It can support one human player fighting with the AI player. There are basically three types of card in the game; the Trainer card, the Energy card, and the most important type, the Pokemon card. In the game, your main goal is to use your Pokemons to knock out all opponent's Pokemons. Each Pokemon will have at least one attack, and different attacks will require different amount of energy. You need to follow the rule, step by step to beat down your opponent player.
This document will serve as a guide that describes the development process of PokemonGoBack from the beginning to end. There are three releases during the development period. In each release, we will focus on different aspects of the project. Basically, the first iteration will focus on building the fundamental rules and features of the game. The other iterations will be about optimization, add more features or improve the user experience.The detail is listed below:
This project is hosted on the GitHub, you can go to the project homepage here.
This project is using the GitHub issue system to track bugs, you can check out all issue here.