PDA

View Full Version : Super chipper arcarde shooter 1 level demo WVGA game


krenisis
12-24-2009, 06:12 PM
Hi iam new here , iam a up and comming developer who make windows mobile wvga games. Feel free to download my 1 level windows mobile WVGA game super chipper arcade shooter. I also have a few questions.
1) Is the mobile version of this compiler work on touchpro2?
2)does this make windows mobile games?
3)Has any commercial games been made with this compiler?

Also I thank you for anyone reading this thread and if you want to download some free games just click on the link in my signature.

Nicknack
12-26-2009, 07:57 PM
hi and welcome here, to answer your questions:
1. there is a demo version of PPL 2.x avaiable and as far I know it's possible to execute code on your mobile device. so why not testing it out? :)
2. yeah you can make windows mobile games with PPL. if you want all features you will need the Swirl Gaming Library and Mobile SDK. see the product page (http://www.ppl-lang.com/products) or this thread (http://forums.ppl-lang.com/showthread.php?t=1753&highlight=plugins) for additional information.
3. Xassar's Quest (http://www.climbwalls.net/dungeonsforever.htm) has been made with PPL 1.x to tell one example. kornalius can name you surley more if you are interested.

ps: you have a nice forum, I will bookmark it and rummage through it ;)

krenisis
12-26-2009, 11:00 PM
Ok 1) i thank you for response if you have a game demos you want to post you can on my site too.
2) here is another game demo i made pac-mario witch is super mario in a pac-man style game
3)what scripting language does ppl2 use...iam only good at c right now
4)Can you upload some games demos made with ppl2 here

Nicknack
12-26-2009, 11:44 PM
2. I downloaded all your qvga games ;)
3. PPL stands for Pocket Programming Language and the name says it all, it is a own language. anyway its still similar to C, I would call it a simplified C. here a quote from a description: "..it includes the best elements of C, Pascal, and Basic". you are also able to include C libraries (dll files), like the ones of Microsoft (core.dll,winsock.dll..) or your selfmade ones.
4. currently I'm switching from 1.x to 2.x, so I haven't done sth. serious in 2.x, but 2.x is fully compatible to 1.x , so you can also check out the demos released for 1.x. have a look in the "code sharing" and "made with ppl" threads here in the forum or try some newsletters (http://arianesoft.ca/download.php?list.13). we need urgly a summary for them :o

krenisis
12-27-2009, 07:52 PM
I installed the ppl2 on the computer and the mobile sdk.cab on my touchpro2 but it doesnt work. Can i get a demo that works on windows mobile please.

kornalius
12-27-2009, 08:13 PM
What version of Windows Mobile is touchpro2 ? What exactly does not work? We need more information.

krenisis
12-28-2009, 01:54 AM
Ok it the Rodium
specs
580mhz processor
200 storage memory
120 running memory
windows mobile 6.1 OS
touchscreen with keypad and touchflo3D
WVGA 800x480 or 480x800

Is there anything else in perticular you need thank you

kornalius
12-28-2009, 03:27 AM
Ok it the Rodium
specs
580mhz processor
200 storage memory
120 running memory
windows mobile 6.1 OS
touchscreen with keypad and touchflo3D
WVGA 800x480 or 480x800

Is there anything else in perticular you need thank you
Yes. I need to know what is happening. Does it install? What exactly does not work?

krenisis
12-28-2009, 03:47 AM
I click on the windows mobile SDK and it installs.Then I click on the ppl2 inside the folder and nothing happens. I looked in the subfolders and clicked on different ones like windows5,6, but nothing happens. The one on the computer works fine but on mobile nothing opens up. I need the mobile version because I rarely get to use the computer .

Nicknack
12-28-2009, 10:08 AM
the ppl2.exe is only the compiler, it features no interface, no editor. you must use an external text editor and pass the path of your file over to ppl2 as commandline parameter to run it. use my Servulus (http://forums.ppl-lang.com/showthread.php?t=1894) or other editors like cke (http://www.animaniak.com/cke/cke_main.asp#features). both are capable of transfering the code via commandline.

kornalius
12-28-2009, 04:07 PM
the ppl2.exe is only the compiler, it features no interface, no editor. you must use an external text editor and pass the path of your file over to ppl2 as commandline parameter to run it. use my Servulus (http://forums.ppl-lang.com/showthread.php?t=1894) or other editors like cke (http://www.animaniak.com/cke/cke_main.asp#features). both are capable of transfering the code via commandline.

Exactly, PPL2 on the Windows Mobile is just the compiler/interpreter, you need to develop from PIDE2 on your PC.