1
0
mirror of https://github.com/krislamo/Trololo synced 2024-09-19 20:20:36 +00:00
An amature SDL game
Go to file
Kris Lamoureux 58c3b4e4f2 Function MainMenu_survey() fixed logically
Debugging showed that MainMenu_survey() in the core.cpp file under scrns had issues.

They are fixed and can be verified by uncommenting lines with //debugline at the end. Rendering for the MainMenu is not yet implemented.
2013-01-11 11:40:49 -08:00
bin Added MainMenu_survey() to scrns, some minor changes in MainMenu() and the indicator image was rotated. 2013-01-08 21:36:22 -08:00
.gitignore Forgot to move images and delete old files 2013-01-01 20:48:04 -08:00
core.cpp Function MainMenu_survey() fixed logically 2013-01-11 11:40:49 -08:00
LICENSE Minor housekeeping 2013-01-01 20:32:56 -08:00
main.cpp Function MainMenu_survey() fixed logically 2013-01-11 11:40:49 -08:00
main.h Added MainMenu_survey() to scrns, some minor changes in MainMenu() and the indicator image was rotated. 2013-01-08 21:36:22 -08:00
makefile Added Windows compatibility in makefile 2013-01-01 23:53:23 -08:00
README.md Minor housekeeping 2013-01-01 20:32:56 -08:00
References.txt Added indicator.bmp image, and a simple nonfunctional menu 2013-01-02 16:37:58 -08:00

Trololo

I'm building this while learning from Lazy Foo' Productions' SDL Tutorials.

About

Trololo is written in C++ with SDL 1.2.15 (32 bit) with the SDL extension libraries: SDL_image (1.2.12) and SDL_tff (2.0.11).

License

This software is released under the GNU General Public License Version 3. Please read the LICENSE file to know your rights before continuing.

System Support

  • Windows 7 Home Premium x86_64 (Service Pack 1) (g++ 4.7.0)
  • Linux 3.2 Debian 6.0 x86_64 (g++ 4.4.5)

Current State

This software doesn't do much yet. Nothing is guaranteed to compile but most of the time it should. Binary links will be added in future stable updates on the latest readme on github.