Pokemon-Go

CS 1430 Pokemon Go project

View project on GitHub

Pokemon-Go

CS 1430 Pokemon Go project (Continuously being updated)
About to re-develop to make the code cleaner.

Tips on Typing in Markup

1) double space at the end of each line to go to next line(ENTER key don’t work)
2) Hit the preview tab before you commit changes
3) Commenting your commits are helpful for other to understand what you just did
4) COMMENT YOUR CODE PLEASE WE ALL CODE DIFFERENTLY AND IT MAKES OUR LIFE EASIER
5) Here is a Cheatsheat on using markup

Setting up SDL

Code::Blocks PC Tutorial - The video is vague at times but it helped me.
- Some tips
1) you don’t need to watch the full video (I only needed to watch about 10 minutes of it)
2) Follow the steps closely
3) When he talks about the .dll files, just paste those into the project folder
4) don’t forget to remove the comments in the .h file

Visual Studio
this looks like a good tutorial on VS

If you have a mac using codeblocks this works!
Ya’ll will also have to get the SDL Mixer as well.. Link is posted below
- So once ya’ll get the Mixer you will have too…(For Mac)(ps. configure and make and sudo make install the file the same way you did in the video before moving on)
1) Go to settings tab up top in code blocks
2) Click on compiler… from the drop down menu
3) then click on Linker Settings tab
4) then on the Link libraries box: you will find and add button click it
5) then search your lib file in your local folder and add the SDL2_mixer-2.0.0.dylib and the SDL2_mixer.a
- I don’t have code::blocks on a pc so not sure exactly how to do it but it should be similar to the mac… just watch the videos and add those two files in however you added them in for the pc :)
- You need these SDL and the SDL mixer

Tips for SDL

This is a link with some references, idk if we will use em