13 years, 5 months ago
Highlights
13 years, 5 months ago
13 years, 5 months ago
Let's say I am making a game using Slick2d and eclipse and have a file player.png which I want to load. I have 2 folders: one source folder and one resource folder. How would I…
13 years, 5 months ago
I really want to be good at game programming, but I keep getting distracted. Any tips?
13 years, 6 months ago
This is my Game.cpp file: #include "Game.h" bool quit = false; // Starts the game void Game::Start() { if ( Game::Init() == 1 ) { std::cout << SDL_GetError(); quit = true;…
13 years, 6 months ago
Latest Activity
See all in DiscussionsGot it fixed with some help from the guys at #reddit-gamdev on freenode irc. I had to type "./resources/bat.png".
13 years, 5 months ago
Too bad, I can't figure this out. This is what I have: You can also see the error …
13 years, 5 months ago
Thanks for the detailed answer. I will try this out today and tell you if it worked :)!
13 years, 5 months ago