Search results

  1. Guyfawkes

    Brain Assist-type Games For Gp2x?

    Two of my games kinda fit into this category - Memory is a tile matching game http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,25,1096 and Bunny Traps is an hangman style game http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,25,1060 I am interested in making a Brain Training style game as I...
  2. Guyfawkes

    Pandora's Rival: The Gizmondo

    Is that ngage real, I swear its a goatse?
  3. Guyfawkes

    Does The Arrival Of Pandora Mark The Death Of Gp2x Development?

    The releases seem to have slowed down a bit since Christmas, partly due to trends but I would say more due to the Pandora being released fairly soon. Devs (in my opinion) do not want to work on larger projects when the Pandora is out so soon. We are probably getting the finished projects started...
  4. Guyfawkes

    Compiling Sdl Test Program With Audio Mixer

    Yeah it seems to be libmad from the error message, libmad.a (-lmad on makefile) is usually used but its looking for mp3_mad instead? Maybe it wasn't compiled with it included or something?
  5. Guyfawkes

    Compiling Sdl Test Program With Audio Mixer

    I am not sure where the mp3_mad.o is coming from, I have never seen it before. What setup of devkitgp2x are you using?
  6. Guyfawkes

    Pandora Pandora At Gbax 2008 ?

    I mentioned this in a similar post about the compo a month or two ago. I co-run the competition with Craig so here is my response There are currently no immediate plans for a GBAX 2008, traditionally its held around this time but last year we left it until later (finished July I think) as...
  7. Guyfawkes

    Pandora Pandora Screen Resolution And Lcd Size Queston (possibly Stupid)

    Thanks for the replies. The design can easily be changed to varying pixels on the grid but for now I will keep it at 1 pixel and if necessary change it when it can be tested on the pandora.
  8. Guyfawkes

    Pandora Pandora Screen Resolution And Lcd Size Queston (possibly Stupid)

    This is possibly a dumb question but I need to ask as its bugging me :) I am thinking about coding a Picross game for the Pandora and am currently trying some designs for it. What is bugging me is the screen resolution of 800x480 and the physical lcd size. Until now I have been working with...
  9. Guyfawkes

    Pandora's Rival: The Gizmondo

    If it is anything like their last attempt it will be short lived. Gizmondo company probably need to launder some more money :)
  10. Guyfawkes

    Usb Mouse

    It is very easy to add support for mouse in SDL apps. SDL_GetMouseState(&CursorX, &CursorY); will get the X and Y location of where the mouse currently is. to read the mouse button press you treat it like a joypad button input with SDL_BUTTON(1) there's a useful tutorial on mouse events at...
  11. Guyfawkes

    A List Of Actual Planned Projects

    I am toying with the idea of making Picross for the Pandora, might make this a very cheap commercial game, say £2 to £4. I done some quick images to see roughly how it would look at Pandora resolution: http://www.emuboards.com/scratch/picross1.png http://www.emuboards.com/scratch/picross2.png...
  12. Guyfawkes

    Gbax 2008 Questions

    It should happen after the Pandora launch but not immediately after. It will give the time for devs to get used to the system, time to get used to coding for it and so on. No way I am doing only a Pandora as a prize, last time we done that we got blamed for tempting devs to other consoles, so...
  13. Guyfawkes

    Gbax 2008 Questions

    There isn't any immediate plans for GBAX 2008. Craig and myself haven't even talked about it yet so this post is the first time it has been brought up :) I would guess Craig is busy with the Pandora at the moment so I don't think it would happen until after the Pandora launch, at least a couple...
  14. Guyfawkes

    Any Xcom Ports?

    Theres UFO: Alien Invasion at http://ufoai.sourceforge.net/ which is open source. The game is still work in progress and maybe too high spec for the GP2X, Pandora should run it fine though.
  15. Guyfawkes

    Pandora Keyboard Layout (legends)

    Very nice renders, makes the design look much better than the official ones do. It actually looks like a handheld now unlike those in the crap renders (by comparison) in the originals. I think craig and co. should be using yours instead.
  16. Guyfawkes

    GP32 Gp32 Revival Coding Compo

    I will be coming out of GP32 retirement and finish off a game I started many many many years ago which was going to be part of a 'travel games' pack. My entry will be the classic card game of Snap which quickly looking over my old source code seems to be mostly finished, just need to tart the...
  17. Guyfawkes

    Sqdef 1.2

    Just popped in to say congrats on the new release! I am glad you have kept working on the game since winning GBAX 2007 and if there was any arguments that it shouldn't have won first place I think they will be keeping quiet now :)
  18. Guyfawkes

    Connector Layout Opinions

    cables apart from headphones at the back, sd slots at the front. reason for this is has been mentioned, its easier when developing to have cables coming out the back as it takes up less desk space :) also when playing games in bed i rest the handheld on me so having cables coming out the front...
  19. Guyfawkes

    Pandora's Design

    Here are my thoughts on the design. Clamshell design is good but using touch screen may be a little tricky as you naturally hold a handheld at the bottom and pressing the top half may result in a kind of off balancing. This would be more apparent if playing a game which required button presses...
  20. Guyfawkes

    Yahtzee Gp2x V2.1

    timothee - Sorry but there is not much I can do to make the touch area larger. I did make a test version that was different in design but looked horrible and stretched. One way that would work is rotating the GP2X but I doubt that there would be enough demand for it. I am not sure how accurate...
Back
Top