Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Work in Progress / Octopong

Author
Message
Super Nova
18
Years of Service
User Offline
Joined: 14th Jun 2005
Location: Earth
Posted: 22nd Feb 2008 04:11 Edited at: 23rd Feb 2008 07:31
This little game was inspired by an old game that I made (pong 4) a while back. My brother helped me design the gameplay and I think that its really quite addicting. Like pong 4 you use only the mouse, so its really easy to get the hang of. The game with souce code is attached. Heres a pic of the gameplay.



Gameplay:
keep the ball alive by activating the correct paddle.

Controls:
use the mouse to activate a paddle by placing the mouse over it

If anyone beats my hiscore please post it because Ill be impressed if you do...

EDIT: oops... meant to post this in the programming announcement thread, maybe a mod could move it for me... please

Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
Albert Einstein (1879 - 1955)

Attachments

Login to view attachments
BiggAdd
Retired Moderator
19
Years of Service
User Offline
Joined: 6th Aug 2004
Location: != null
Posted: 22nd Feb 2008 06:11
Thats really smart. I only managed to get to 2700 something. didn't beat your score.

There be no source code yaaar

Super Nova
18
Years of Service
User Offline
Joined: 14th Jun 2005
Location: Earth
Posted: 22nd Feb 2008 06:26
I included the bak file which has the source in it, 2700 something is really good though, thanks for playing.

Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
Albert Einstein (1879 - 1955)
BiggAdd
Retired Moderator
19
Years of Service
User Offline
Joined: 6th Aug 2004
Location: != null
Posted: 22nd Feb 2008 08:22
I don't know how I could possible get the source out of a .bak file

Freddix
AGK Developer
21
Years of Service
User Offline
Joined: 19th Sep 2002
Location: France
Posted: 22nd Feb 2008 09:14
create a new DBPro Project, open the .bak with WordPAD or NotePAD and copy'n'paste source code from NotePAD/WordPAD into your DBPro Project.

Gandalf said: "All we have to decide is what to do with the time that is given to us"
Odyssey-Creators - X-Quad Editor - 3DMapEditor
Anonymous User
16
Years of Service
User Offline
Joined: 21st Feb 2008
Location:
Posted: 22nd Feb 2008 10:25
or rename the .bak to .dba

???
BiggAdd
Retired Moderator
19
Years of Service
User Offline
Joined: 6th Aug 2004
Location: != null
Posted: 22nd Feb 2008 12:48
Quote: "create a new DBPro Project, open the .bak with WordPAD or NotePAD and copy'n'paste source code from NotePAD/WordPAD into your DBPro Project."

Cheers for the info! I really am a plebbert when it comes to programming.

Zeus
17
Years of Service
User Offline
Joined: 8th Jul 2006
Location: Atop Mount Olympus
Posted: 22nd Feb 2008 14:46
Quote: "Cheers for the info! I really am a plebbert when it comes to programming."


Even I knew that.


Formerely Cool Guy Jordan
Super Nova
18
Years of Service
User Offline
Joined: 14th Jun 2005
Location: Earth
Posted: 23rd Feb 2008 00:43
So any of you others try it out? if so, what score did ya get?

Can a mod please move this thread to program announcements if that is indeed possible... sorry for the trouble.

Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
Albert Einstein (1879 - 1955)
Profit
18
Years of Service
User Offline
Joined: 19th Feb 2006
Location: United States
Posted: 23rd Feb 2008 00:51 Edited at: 23rd Feb 2008 00:51
I tried it, and enjoyed it.
The graphics were simple, but I thought they worked.
My score was around 2.5k.
Perhaps the fact that you must hold the mouse over the box is part of what makes this game fun, but have you considered an "easy" mode, where you can move the mouse off the wall once it's selected?

Thanks for sharing your creation.

Super Nova
18
Years of Service
User Offline
Joined: 14th Jun 2005
Location: Earth
Posted: 23rd Feb 2008 02:45
Quote: "Perhaps the fact that you must hold the mouse over the box is part of what makes this game fun, but have you considered an "easy" mode, where you can move the mouse off the wall once it's selected?"

Yes, I have considered quite a few different ideas that could improve the gameplay, your idea being one. If I have time I can add some along with updating some other things such as the graphics. Speaking of which, what do you think would make a good background? At this point, anything would be better than the default blue backdrop, im sure, but maybe some retro squares or something?

Quote: "Thanks for sharing your creation.
"

Thank you for playing

Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
Albert Einstein (1879 - 1955)
Phaelax
DBPro Master
21
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 23rd Feb 2008 02:48
2833. For some reason, it really likes to aim for those corners most of the time, so I can never tell which block to save.


Super Nova
18
Years of Service
User Offline
Joined: 14th Jun 2005
Location: Earth
Posted: 23rd Feb 2008 02:54
Quote: "For some reason, it really likes to aim for those corners most of the time, so I can never tell which block to save."

I know, sometimes this is a real pain, but its all part of the challenge. I am considering making an update which would possible make the game slightly easier, do you think the difficulty is too high or just right?

Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
Albert Einstein (1879 - 1955)
ico
17
Years of Service
User Offline
Joined: 17th Jun 2006
Location: Ottawa, Canada
Posted: 23rd Feb 2008 04:41
Thats pretty cool, I got about 2400 or so. I actually didn't like using the mouse to select which paddle, I would have rather used the arrow keys. Pressing Left and Up for the Top left paddle and up for the top paddle, etc. Other than that, its pretty sweet. *Thumbs up*

Super Nova
18
Years of Service
User Offline
Joined: 14th Jun 2005
Location: Earth
Posted: 23rd Feb 2008 07:30
Quote: "I would have rather used the arrow keys."

Alrighty, I was thinking about doing that for people on laptops so I did, I updated the first post with the updated version. I tested it out a bit and the arrowkeys actually dont make it as easy as I thought it would.

Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
Albert Einstein (1879 - 1955)
Profit
18
Years of Service
User Offline
Joined: 19th Feb 2006
Location: United States
Posted: 23rd Feb 2008 18:34


The new controls helped.

Jeff032
16
Years of Service
User Offline
Joined: 13th Aug 2007
Location:
Posted: 23rd Feb 2008 18:38
2900 something, pretty fun, and I prefer using the mouse over arrow keys

Super Nova
18
Years of Service
User Offline
Joined: 14th Jun 2005
Location: Earth
Posted: 23rd Feb 2008 18:52
Way to go profit, I still do prefer the mouse though. With enough practice, im sure someone could get an insanely hiscore using the arrowkeys.

Thanks for playing everyone, Im really considering making a huge update to this with several different modes of play, maybe I could do the same with pong 4 and release a minigame type game.

Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
Albert Einstein (1879 - 1955)
da power pwnerer
17
Years of Service
User Offline
Joined: 28th Jul 2006
Location: Pittsburgh, PA
Posted: 23rd Feb 2008 21:43
I got 3459 last night, but I was too tired to take a screenshot



-Dan


http://Freewebs.com/noobisoft
Come to Noobisoft's website today!
Super Nova
18
Years of Service
User Offline
Joined: 14th Jun 2005
Location: Earth
Posted: 24th Feb 2008 07:19 Edited at: 24th Feb 2008 07:20
@da power pwnerer
Nice score! did you use the mouse or arrowkeys when you got that?

I have tomorrow off and im planning on making an update but I gotta sleep, be back tomorrow.

Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
Albert Einstein (1879 - 1955)

Login to post a reply

Server time is: 2024-04-27 05:36:59
Your offset time is: 2024-04-27 05:36:59