Search results

  1. C

    Pandora Pnd Packaging Service

    I can't find any documentation on making .pnd files... I was hoping to see this in the wiki. Specifically, I'm looking to package up some python code.
  2. C

    Planned Original Games?

    Yeah, I have it do a single random number each frame (using the Python random module), which isn't a big frame hit at this point. That has solved my lack of randomness, and the rest is just complex logic. I have no idea what "less" is... Remember, I just learned Python last Friday...err... am...
  3. C

    Planned Original Games?

    True, but it's nice to see it in real time. Like this morning I tried using a randomizer to get some random number data... and I could see exactly what I was doing that was causing the CPU spikes. The n810 doesn't do multiple windows, so I need to see it in the game window. I'm drawing 4...
  4. C

    Planned Original Games?

    Once I have the code in a less messy (embarrassing!) state and I feel it's relatively finished, I will open source it. Then anyone who wants to redo it in C or something can feel free to. I'm more of a prototype/design guy (it says so on my business card), not exactly a programmer. Besides...
  5. C

    Planned Original Games?

    Heh... for future reference: When making a profiler for your game to see where the speed issues are... don't use python font rendering. I switched to a bar graph and suddenly I have tons more clock cycles. So yeah, it runs quite fast now. I have the logic in for more interactions, I'm...
  6. C

    Planned Original Games?

    Like I said, I'm doing larger blocks so I can get a decent framerate. What I really want to do is overlay a platformer game atop it... you vs. the Elements. With level editor and all that, of course. But once I have it to a fully functioning toy state (like the web game), I'll release it...
  7. C

    Planned Original Games?

    I got the physics part working, that was easy (I started working on this on MONDAY) and got the element selection widget working, I have 16 elements so far (10 selectable, the rest are derivatives) and got very rudimentary reactions working (water + ice so far). I currently have it running...
  8. C

    Planned Original Games?

    I'm building an engine based on this toy: http://dan-ball.jp/en/javagame/dust/ Which I hope to extend to a full game, not just a toy. I just started learning Python last week, so I've been writing in pygame. Anyone know if there's a path to easily turn a python script into a .pnd? I've been...
  9. C

    How Do I Get Out Of This?

    I'll be using mine as a MID. I have an n810 right now, and it is decent for a mid because it is so open... but the keyboard is terrible, I just recently installed Quake II on it and it runs slowly (20fps) and controls terribly - the port was given the most basic functionality required to play...
  10. C

    100 Hand Painted Special Edition Pandoras

    I'd totally buy a C64 lookalike Pandy http://openpandora.files.wordpress.com/2009/10/pannodore64.jpg if it had the extra key functions of the C64 also silkscreened onto the keys... =D For example, see here: http://upload.wikimedia.org/wikipedia/commons/9/9d/Commodore64.jpg - The C64 had a ton...
Back
Top