Software Engineering team project for CEN4010
######Core mechanics: Search for Pokemon for name or types JSON for serialization
######Mini Games:
- Who's that Pokemon? & Pokemon quiz
- Pokemon snap 2D
######Ideas:
- Give out Pokemon cards (achievements)
- Facebook integration
######Nice to have:
- Augmented reality
- Mobile (Android)
- Fork this repo
- Clone:
git clone link-to-your-fork
- Create branch:
git checkout -b my-feature
- Make some change
- Commit it
git commit
- Do a pull request
Building requires Cmake >= 2.8 in order to generate the build files
cd thirdparty/gwen
mkdir -p build && cd build
cmake ..
make
make install
cd ../../../
mkdir -p build && cd build
cmake ..
make
make install
A pokedex executable will be generated in the root
- Download the cmake gui tool
- Set the source path to point to the Pokedex/thirdparty/gwen
- Set build path to Pokedex/thirdparty/gwen/build
- Generate project file and build in release configuration
- Go back to the cmake gui tool
- Set the source path to the Pokedex source path
- Set the build path to point to Pokedex/_build
- configure
- You'll need to edit the
SDL_INCLUDE_LIBRARY
and similar paths to point to their respective folders - generate
- the generated visual studio (or other ide files) project is in _build