-
We had four entries to our ON-to-09 contest, which called for a game - any kind of game. Thanks to all who entered! Two entries came from experienced programmers - LFS and Blackmagick - and two from folks who are “less further along” in their programming careers - Erik (age 13) and ChessBoy...
-
We seem to have had four entries to this contest, I just want to make sure we don't leave anyone out in the judging: Math, by ChessBoy ToobRacer, by BlackMagick JailBreak, by LFS TicTacToe, by erik_advance Sometimes we get entries posted in odd places (like forums other than this one), so If I'm...
-
Hi Yang/ChessBoy, I just tried your game and it was very good! I didn't make it too hard for myself and I scored a 100. I just wanted to see the game play and the thought you put into making it fun, and interesting. Nice job! I am one of the judges for the contest and I think we will have our results...
-
I haven't seen anyone in the Phrogram community work on a card game, but it's a fun idea. I did some digging and found a web page that has both a download of all the card images you would need (as GIF files, which will work as sprites in Phrogram), plus a summary of the classes you would have...
-
I have just uploaded another game for those who have purchasred the Phrogram Talk library. This is a much less complex game than Chess, and so should be well suited to help build an understanding on how to use Phrogram Talk in your own programs. In fact, I used this game to advance my own skills in using...
-
Hey phrogrammers, I have been teaching myself how to Phrogram for about 6 weeks now and this is my first real game! I'd like some feedback on it if you could, also does anyone have any ideas on how to speed up the shoot method? I have made more changes that are not in affect on this packaged version...
-
We are working on a version of Phrogram that will create applications capable of being deployed to, and run on, an Xbox 360. Our first testable build should arrive very soon, thanks to the hard work of our incredibly talented dev team. We're planning on calling it "Phrogram Game Console."...
-
Hello - my 8 Year Old Daughter has hand drawn some amazing game related 'story boards' including level design, menu themes and individual game characters. What graphics program (on either Mac or PC) should I have her use to bring her creations into a digital format that I can then incorporate...
-
I see in one of the space ship shooter example programs that a sprite can be unloaded and then loaded again to reuse it. I understand how this works and can make it happen with a single sprite. I am working on a program and wanted to use this concept in an array so I can reuse the array to load similar...
-
I have been playing around with the code that Mr. Morrison provided for a side scroller. After a little fiddling I now understand how the background scrolls like a panel/tile. Is there a way to load a load a long .gif (like a super mario background) that scrolls instead of the tile setup? Right now my...