Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
-->
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
[Contest] Vortex 2.0
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: [Contest] Vortex 2.0 (Read 7099 times)
0 Members and 1 Guest are viewing this topic.
Builderboy
Physics Guru
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 5673
Rating: +613/-9
Would you kindly?
[Contest] Vortex 2.0
«
on:
July 04, 2012, 07:25:56 pm »
Well I have finally crossed the threshold I set for myself! I have been working on a contest entry for some time now, but have not been sure whether or not I would be able to finish it due to having a full time job and not that much free time. However, I have just finished the major part of the AI that has me decided that this will be released in time for the contest after all! So behold!
Vortex 2.0 is a complete reboot of my old
Basic Vortex
game, using the power of Axe to bring the concept to the next level! You start the game in one corner of the large map, with nothing but a lousy pistol to defend yourself with. In order to win, you must destroy your opponent. You can do so with your pistol, but the real fun starts when you start finding chests of cash scattered all over the battlefield. You can use this money to buy upgrades, weapons, items, or even spells! You can upgrade your lousy pistol's speed to get a machine gun, or you can invest in high cost spells to defeat your opponent. Maybe you invest in speed and agility upgrades to out-maneuver your opponent, the combinations are endless!
AI
Now, unlike the original basic game, this version will have a devious AI that you can battle against when you don't have a friend to play with (And yes, you will be able to play with a friend over a link cable! Although probably not for the contest entry). The AI is what is going to make this game truly fun to play, as it has many advanced algorithms that go into making it work:
1)
At it's heard is a modified A* path-finding algorithm. I say modified because the AI does not solve for the most efficient path once and then follow it. He is constantly correcting for new information and updating the planned path according to new data, like area's he discovered or movements of you, the player!
2)
Danger detection is another important role that has been integrated directly into the path-finding algorithm. As an AI battling you, he needs to know when an area is safe to enter. If you are standing nearby, the AI needs to consider whether or not he will be able to escape if you decide to attack, and path accordingly.
3)
Dynamic build-order code helps the AI choose good combinations of items, while at the same time keeping him flexible and reactive to opportunities or dangers that can arise due to how the game is playing out. For instance, if a large number of chests are near the center, he might purchase a speed upgrade sooner in order to get there before you do.
Terrain
A large part of the game that could be overlooked is the map itself, what will it look like? Vortex 2.0 has an advanced procedurally generated terrain complete with blocks of land, chests, and various walls that fill the map. While not technically an AI, the dynamic nature of the terrain generator should help make for a game with a great replay value.
More information and screenshots will be released as the deadline grows closer, but for now here is a screenshot of the AI pathing through the map to find all of the chests, and then heading to the bottom right corner of the map. All of the tiles with a single pixel are the tiles being currently considered by the pathing algorithm, and the darkened boxes are the tiles currently chosen for an ideal path.
Logged
+4/-0 karm for this message
aeTIos
Nonbinary computing specialist
LV12
Extreme Poster (Next: 5000)
Posts: 3915
Rating: +184/-32
Re: [Contest] Vortex 2.0
«
Reply #1 on:
July 04, 2012, 07:34:33 pm »
...aaand as always, epic project.
Logged
I'm not a nerd but I pretend:
squidgetx
Food.
CoT Emeritus
LV10
31337 u53r (Next: 2000)
Posts: 1881
Rating: +503/-17
rawr.
Re: [Contest] Vortex 2.0
«
Reply #2 on:
July 04, 2012, 07:46:10 pm »
Ah, competition!
* squidgetx goes back to coding
Logged
Read my webcomic!
|
My SoundCloud
Projects:
[url=http://www.omnimaga.org/index.php?topic=5988.msg117813#msg117813]Check out the demo now!
- Current progress: battle engine and stuff
Proud author of:
Cuberunner
|
SpaceDash
|
The Psyche
|
XXEdit
|
AxeSynth
|
StickNinja
|
Gravity Guy
|
Embers:Phoenix
|
Zombie Gun
Axe: Need help optimizing?
User of Axe | zStart | TokenIDE | CalcGS | MirageOS
Builderboy
Physics Guru
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 5673
Rating: +613/-9
Would you kindly?
Re: [Contest] Vortex 2.0
«
Reply #3 on:
July 04, 2012, 07:51:09 pm »
Haha I thought you said you weren't going to enter?
Logged
squidgetx
Food.
CoT Emeritus
LV10
31337 u53r (Next: 2000)
Posts: 1881
Rating: +503/-17
rawr.
Re: [Contest] Vortex 2.0
«
Reply #4 on:
July 04, 2012, 08:51:05 pm »
Quote from: Builderboy on July 04, 2012, 07:51:09 pm
Haha I thought you said you weren't going to enter?
I never said that
Logged
Read my webcomic!
|
My SoundCloud
Projects:
[url=http://www.omnimaga.org/index.php?topic=5988.msg117813#msg117813]Check out the demo now!
- Current progress: battle engine and stuff
Proud author of:
Cuberunner
|
SpaceDash
|
The Psyche
|
XXEdit
|
AxeSynth
|
StickNinja
|
Gravity Guy
|
Embers:Phoenix
|
Zombie Gun
Axe: Need help optimizing?
User of Axe | zStart | TokenIDE | CalcGS | MirageOS
TIfanx1999
ಠ_ಠ ( ͡° ͜ʖ ͡°)
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 6173
Rating: +191/-9
Re: [Contest] Vortex 2.0
«
Reply #5 on:
July 04, 2012, 08:54:05 pm »
Wow, Builderboy surprises with a late entry... that looks quite good too! O_O Good luck! =)
Logged
shmibs
しらす丼
Administrator
LV11
Super Veteran (Next: 3000)
Posts: 2132
Rating: +281/-3
try to be ok, ok?
Re: [Contest] Vortex 2.0
«
Reply #6 on:
July 04, 2012, 09:39:55 pm »
=0
this contest is going to be fantastic =D
Logged
Builderboy
Physics Guru
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 5673
Rating: +613/-9
Would you kindly?
Re: [Contest] Vortex 2.0
«
Reply #7 on:
July 04, 2012, 10:02:06 pm »
Oh blarg I was getting you and shmibs mixed up
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: [Contest] Vortex 2.0
«
Reply #8 on:
July 05, 2012, 01:50:04 am »
Interesting. Hopefully you get enough time to finish it.
Logged
turiqwalrus
LV8
Addict (Next: 1000)
Posts: 840
Rating: +51/-2
Wheeeeeee~!
Re: [Contest] Vortex 2.0
«
Reply #9 on:
July 05, 2012, 09:08:08 am »
sweet
great to see you coding more, builder
Logged
Builderboy
Physics Guru
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 5673
Rating: +613/-9
Would you kindly?
Re: [Contest] Vortex 2.0
«
Reply #10 on:
July 08, 2012, 04:52:19 pm »
Aright, now that I have submitted a version to the contest, here is a little video showcasing some of the gameplay and several of the shop items from the game!
For now I am going to be working (slowly) on improving the AI, reducing file size, adding in link-multiplayer, and possibly even a replay system!
Logged
+1/-0 karm for this message
shmibs
しらす丼
Administrator
LV11
Super Veteran (Next: 3000)
Posts: 2132
Rating: +281/-3
try to be ok, ok?
Re: [Contest] Vortex 2.0
«
Reply #11 on:
July 08, 2012, 09:18:42 pm »
why are you able to shoot so much more rapidly than i can? i can only fire ~one bullet a second (although rebuilding blocks works at the proper speed)
EDIT: oh, and i'm very impress with the randomly-generated levels =)
«
Last Edit: July 08, 2012, 09:19:14 pm by shmibs
»
Logged
Builderboy
Physics Guru
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 5673
Rating: +613/-9
Would you kindly?
Re: [Contest] Vortex 2.0
«
Reply #12 on:
July 08, 2012, 09:59:10 pm »
You can buy upgrades that increase your rate of fire (Extra clip), which the AI does regularly, since it is such a good cost effective upgrade. And thanks about the randomly generated levels
It was based on work I've done in the past in Axe, and I really like the way it turned out in the end
Logged
LincolnB
Check It Out Now
LV9
Veteran (Next: 1337)
Posts: 1115
Rating: +125/-4
By Hackers For Hackers
Re: [Contest] Vortex 2.0
«
Reply #13 on:
July 08, 2012, 10:55:08 pm »
This is amazing, and one of the funnest calc games I think I've ever played - but, it didn't have a lot of replay value given the primitive AI. However, if it had multiplayer link-port I would a) steal your code, and b) worship you forever.
Logged
Completed Projects:
>>
Spacky Emprise
>>
Spacky 2 - Beta
>>
Fantastic Sam
>>
An Exercise In Futility
>>
GeoCore
My Current Projects:
Projects in Development:
In Medias Res - Contest Entry
Talk to me if you need help with Axe coding.
Spoiler
For
Bragging Rights
:
Not much yet, hopefully this section will grow soon with time (and more contests)
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
[Contest] Vortex 2.0
\n\t\t\t\t\t\t\t\t\t
<' + '/div>\n\t\t\t\t\t\t\t\t\t
%body%<' + '/textarea>
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
Max characters: 20000; characters remaining:
...<' + '/span><' + '/span>
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t\t<' + '/div>', sTemplateSubjectEdit: '
', sTemplateBodyNormal: '%body%', sTemplateSubjectNormal: '
%subject%<' + '/a>', sTemplateTopSubject: 'Topic: %subject% (Read 7099 times)', sErrorBorderStyle: '1px solid red' }); aJumpTo[aJumpTo.length] = new JumpTo({ sContainerId: "display_jump_to", sJumpToTemplate: "
Jump to:<" + "/label> %dropdown_list%", iCurBoardId: 193, iCurBoardChildLevel: 1, sCurBoardName: "TI Z80", sBoardChildLevelIndicator: "==", sBoardPrefix: "=> ", sCatSeparator: "-----------------------------", sCatPrefix: "", sGoButtonLabel: "go" }); aIconLists[aIconLists.length] = new IconList({ sBackReference: "aIconLists[" + aIconLists.length + "]", sIconIdPrefix: "msg_icon_", sScriptUrl: smf_scripturl, bShowModify: true, iBoardId: 193, iTopicId: 16526, sSessionId: "c63c2bf06892fda9f76d37074c4fcb90", sSessionVar: "ab031603e6a", sLabelIconList: "Message Icon", sBoxBackground: "transparent", sBoxBackgroundHover: "#ffffff", iBoxBorderWidthHover: 1, sBoxBorderColorHover: "#adadad" , sContainerBackground: "#ffffff", sContainerBorder: "1px solid #adadad", sItemBorder: "1px solid #ffffff", sItemBorderHover: "1px dotted gray", sItemBackground: "transparent", sItemBackgroundHover: "#e0e0f0" }); } function tick2() { if (typeof(document.forms.quickModForm) != "undefined") { calcCharLeft2(); setTimeout("tick2()", 1000); } else setTimeout("tick2()", 800); } function message_onkeyup() { if (typeof(document.forms.quickModForm) != "undefined" && typeof(document.forms.quickModForm.message) != "undefined") { document.forms.quickModForm.message.onkeyup = function onkeyup(event) { storeCaret(this); calcCharLeft2(); }; } else setTimeout("message_onkeyup()", 800); } message_onkeyup(); function calcCharLeft2() { var maxLength = 20000; var oldEditor = "", currentEditor = document.forms.quickModForm.message.value; if (!document.getElementById("editorLeft2")) return; if (oldEditor != currentEditor) { oldEditor = currentEditor; if (currentEditor.replace(/\r/, "").length > maxLength) document.forms.quickModForm.message.value = currentEditor.replace(/\r/, "").substring(0, maxLength); currentEditor = document.forms.quickModForm.message.value.replace(/\r/, ""); } setInnerHTML(document.getElementById("editorLeft2"), maxLength - currentEditor.length); } // ]]>-->