Search results

  1. M

    Move A Sprite To A New X/y Position At A Constant Rate

    Hi There I am in need of some help again :( last week I was thinking about point and click adventure games and how the character moves around the environment. I decided to try and have a go at doing it myself. I am really struggling with moving the player from one node to the next. I have...
  2. M

    Please Help Game Crashes After A Couple Of Minutes

    Hi All I have been writing a little game to get my head into game programming. I have to admit it has been a bit of a struggle to produce something with a bit of polish. I have nearly finish my maze "game". its not much of a game :) but it should help me put together a frame work that I can...
  3. M

    Maze Game

    Hi all I hope I'm posting this in the right place. I have been working on a little game for a couple of weeks now, it a very simple maze game. I was hoping that some of you guys in the community could give me some feedback and suggestions or let me know if you find any errors ;)...
  4. M

    Procedurally Generated Maze

    Hi all its been a long time since I've been on the forums looks like a lot cool things have happened while I've been away :) really liking the look of the wiz and pandora and the new forums looking nice too. Anyway I didn't have a lot to do over the Christmas break so I dusted off my GP2x and...
  5. M

    My First Class

    Hi there I am having some trouble with a class I am trying to write. I am new to C++ and have followed some tutorials on the web about classes but I have run into a problem. Please be gentle I am new to C++ And last time I posted some code I got torn a new one. I was trying to make a class...
  6. M

    War Games

    Hi I am starting my next game and would like to know what you think. The game is based loosely on an introversion game call def-con Here is a link to the site http://www.introversion.co.uk/defcon/about/screenshots.html game play vid http://www.youtube.com/watch?v=5TfETZiFxq8 introversion...
  7. M

    GP2X Dungeon Crawler

    Hi I need a bit of help. I was playing around with flash the other day and I wanted to see if I could make simple dungeon crawler work. And made this test http://www.webpointsolutions.co.uk/map_02.html It’s based on a really simple 2d array map = [ [1,1,1,1,1,1,1], [1,0,0,0,0,0,1]...
  8. M

    Quiting Out Of An App

    Hi there I am in need of a bit of help. I have just started code my first game and run into a problem. I can’t seem to quit out of my app then I include the following lines of code CODE chdir("/usr/gp2x"); execl("/usr/gp2x/gp2xmenu", "/usr/gp2x/gp2xmenu", NULL); I get the following...
  9. M

    Great Lookng Game

    this game looks amazing a bit like a co-op lost likings http://www.gametrailers.com/umwatcher.php?id=47550 but I like to see on the 360 it would save me having to get a ps3 tho :P it from the guy that did Rag Doll Kung Fu. anyway it’s defiantly one to keep am eye on Mac :)
  10. M

    GP2X Installing Sdl Tff Mixer Image

    Hi there I am trying to compile my first GP2x app. I am using dev-c++ and have followed the wiki and downloaded the Guyfawkes sample files. I have try to compile the sdltest code but I don't have the sdl ttf, sdl mixer and sdl image installed. I have downloaded thenzip file from...
  11. M

    Puzzel Game

    Hi there I final get a bit of time over the weekend to do some coding and have almost finished my first game. I have never really done any C programing before. I know the title of the game it crap but I couldn't think of anything else. it a really simple puzzel game where you match up...
  12. M

    Collision Problem

    Hi I am having a bit of a problem will my collision. I am putting a simple space shooter together to help me get into the SDL. You’ll have to forgive for my C code this is the first C I have ever produced and I haven't got my 2X yet have it a Xmas gift so I have to wait. The problem is the...
  13. M

    Is This A Stupid Idea

    Hi there I need to know if the is a stupid idea (knowing me it probably is) I got an idea for a game. I am a web developer so xml and database I am comfortable with C/C++ on the other hand is some what hard that ASP. The idea is to create a website where people can create there own fighting...
  14. M

    Motion

    Hi there I am with out doubt a really newbie I have started to code up a space shoot ( really original ) using the SDL. I haven’t got my GP2x yet so I am just compiling it as a win exe. The problem I am having is that the motion of the sprites seems to be jerk or any tip that would be a great...
  15. M

    GP2X Getting Started

    Hi there Getting started. I have a couple of question which are probable are answered here: http://wiki.gp2x.org/wiki/Getting_started_...P2X_development but as usual I haven’t manage to get my head round what to do. I am trying to get Dev-C++ to compile using the SDL lib and I am getting no...
Back
Top