Nugget - 2D platformer game - out now!

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Re: Nugget: an all-2DDrawing platform game

Post by Rings »

IceSoft wrote:
kenmo wrote:
IceSoft wrote:Are you have used an own written physics behavior or did you use an 'external' physics engine?
I wrote my own physics code from scratch. This is good because I had total control, knew all the quirks, and I could add whatever features I wanted. But it's bad because I spent a long time fixing collision bugs, and it's very limited -- only rectangles can interact!
You should switch to the Chipmunk4PB wrapper which port the Chipmunk 2D physics engine to PureBasic.

Chipmunk4PB supports much more primitives: Segments, Circles, Boxes and Polygons. Each of this 'Shape' can be a static object too.
I think I have to write an example game which look like yours ;-)
chipmunk wrapper is multiplattform (win/Linux/MAC) ????
SPAMINATOR NR.1
User avatar
kenmo
Addict
Addict
Posts: 2042
Joined: Tue Dec 23, 2003 3:54 am

Re: Nugget: an all-2DDrawing platform game

Post by kenmo »

Danilo wrote:You pay 20-30% in most app stores, and AFAIK that's $0.00 if the game/app is free. ;)
I thought Apple had a $99/year developer fee. I asked a friend yesterday and he thinks it only applies if you're selling your apps (non-free).
Danilo wrote:You can test it online: The Impossible Game and see some screenshots.
Actually I think I did play this a while ago. That's more of a fast pick-up-and-play arcade game, good for mobile. My game is slower paced, has a sort of "story", equally frustrating :twisted: . Better suited for a keyboard or gamepad than a touchscreen.
IceSoft wrote:You should switch to the Chipmunk4PB wrapper which port the Chipmunk 2D physics engine to PureBasic.
I will check it out, but it's far too late to switch physics engines for this project. Is C4PB cross-platform?
User avatar
IceSoft
Addict
Addict
Posts: 1694
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: Nugget: an all-2DDrawing platform game

Post by IceSoft »

kenmo wrote:Is C4PB cross-platform?
Sorry no. Chipmunk4PB is windows only at the moment.
BTW: What are you belive: How much PureBasic user will write 2D physics games on linux and on Mac?
Belive! C++ version of Puzzle of Mystralia
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3942
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: Nugget: an all-2DDrawing platform game

Post by wilbert »

kenmo wrote:I thought Apple had a $99/year developer fee. I asked a friend yesterday and he thinks it only applies if you're selling your apps (non-free).
It doesn't matter, free or paid. You always have to pay the developer fee.
Free games usually make money by advertisements or in-app purchases of additional things.
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Nugget: an all-2DDrawing platform game

Post by IdeasVacuum »

Make a proper installer for it (search this forum for the free ones). Put it on your own website, put a price on it (PayPal) and announce it's availabilty everywhere you can - especially gamer's forums, websites etc. If your country has magazines on games, write a press release, with a small selection of screen shots. If you have a facebook 'like' icon, then we can all 'like' your website and that will also help to spread the word. You have created something that could easily gain a cult following, I think it could appeal to people of all age groups and interests.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
kenmo
Addict
Addict
Posts: 2042
Joined: Tue Dec 23, 2003 3:54 am

Re: Nugget: an all-2DDrawing platform game

Post by kenmo »

IdeasVacuum wrote:Make a proper installer for it (search this forum for the free ones). Put it on your own website, put a price on it (PayPal) and announce it's availabilty everywhere you can - especially gamer's forums, websites etc. If your country has magazines on games, write a press release, with a small selection of screen shots. If you have a facebook 'like' icon, then we can all 'like' your website and that will also help to spread the word. You have created something that could easily gain a cult following, I think it could appeal to people of all age groups and interests.
Installer: I will probably offer an installer or ZIP download, I prefer when websites offer both
Website: A simple website is in the making.
Payment: If I offer a paid version, it will be through fastspring.com or another service that accepts PayPal, credit card, and other options.
Magazines, Facebook, Cult Following: :) I think I will finish the game and let people try it before I worry about those.
void
Enthusiast
Enthusiast
Posts: 116
Joined: Sat Aug 27, 2011 9:50 pm
Location: Washington, USA

Re: Nugget: an all-2DDrawing platform game

Post by void »

IceSoft wrote:
kenmo wrote:Is C4PB cross-platform?
Sorry no. Chipmunk4PB is windows only at the moment.
BTW: What are you belive: How much PureBasic user will write 2D physics games on linux and on Mac?
I know I'm targeting both windows and mac, and if it remains trivial I'll create linux binaries while I'm at it.
User avatar
kenmo
Addict
Addict
Posts: 2042
Joined: Tue Dec 23, 2003 3:54 am

Re: Nugget (WIP) an all-2DDrawing platform game

Post by kenmo »

Finally an update about my game:

+ The actual "game" contents (levels, etc.) are done, I finished the last of it soon after posting this thread.

+ Thanks to Fred's hard work and the release of PB 5.00, the Mac port is 99% complete! There are just a couple UI tweaks to do and a music bug I posted here: http://www.purebasic.fr/english/viewtop ... 24&t=52121 (can anyone confirm?)

+ I finally finished some ugly-but-useful documentation for the editor, which is hugely based on the CanvasGadget: see here

+ The full game will be free. You can also get the editor and the full game XML for $5 USD. The purchase page is set up... There might be a sale price for PB forum members :)

I hope to release it by the end of this month!
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Nugget (WIP) an all-2DDrawing platform game

Post by IdeasVacuum »

The Editor is a good feature. What a fantastic job you have done kenmo, really excellent work. 8)
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
kenmo
Addict
Addict
Posts: 2042
Joined: Tue Dec 23, 2003 3:54 am

Re: Nugget - a 2D platform game - out now!

Post by kenmo »

Hello again!

NUGGET is finally finished and publicly available! (See first post.)

It has been out for about 48 hours, I haven't announced it yet because I was patching some new bug reports as fast as I could!

Should be stable on Windows XP+ and OSX 10.5+ now.

Feedback is welcome!
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Re: Nugget - 2D platformer game - out now!

Post by djes »

Impressive ! I post this info on the french forum... :D
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: Nugget - 2D platformer game - out now!

Post by luis »

Looks very nice, congratulations. I love the facial expressions :)
"Have you tried turning it off and on again ?"
A little PureBasic review
Fred
Administrator
Administrator
Posts: 18178
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Nugget - 2D platformer game - out now!

Post by Fred »

Very good !
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Re: Nugget - 2D platformer game - out now!

Post by Num3 »

Nice work! Brilliant idea and game design.

RESPECT :D
gnasen
Enthusiast
Enthusiast
Posts: 282
Joined: Wed Sep 24, 2008 12:21 am

Re: Nugget - 2D platformer game - out now!

Post by gnasen »

you have done a very great job, impressive!
I only have a single problem on my laptop, the performance sometimes drops down to very few FPS. Any Idea what it could be?
pb 5.11
Post Reply