No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Re: A text-based RPG would be my suggestion too. As well as learning OOP, I would also suggest finding a graphics library like Allegro. | |
Is it possible to move the screen focus in allegro. Like, key[KEY_UP] would move the screen up on a map? Thanks in advance. | |
Re: Also, how good are you at object oriented programming? If you don't know OOP, that severely limits your options. | |
I'm trying to make a 50x50 board of 50 pixel by 50 pixel squares. However, when I run this code, it only gives me one square. Does anyone have any idea what I'm doing wrong? [CODE] #include <iostream> #include <allegro.h> using namespace std; int xgen = 0; int ygen = … | |
| |
Re: I've had this problem with Dev too. Here's how I fixed it. 1. Open dev. 2. Go to Tools > Check for Updates/Packages. 3. Change the Devpack server to devpacks.org. Click "Check for Updates" and change the group to "Allegro." 4. Check off and download Allegro version 4.2.2. 5. Open … |
The End.