-->
Jim's contest entry, Klondike Lua
-->
-->
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-Nspire
»
Jim's contest entry, Klondike Lua
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Jim's contest entry, Klondike Lua (Read 6460 times)
0 Members and 1 Guest are viewing this topic.
Jim Bauwens
Lua! Nspire! Linux!
Editor
LV10
31337 u53r (Next: 2000)
Posts: 1881
Rating: +206/-7
Linux!
Jim's contest entry, Klondike Lua
«
on:
August 15, 2011, 06:23:21 pm »
I managed to get it finished in time
Here are some screenshots (don't worry, its color on the CX):
I hope I didn't forget any nasty bug
Logged
+2/-0 karm for this message
TI-Nspire projects of me:
nCreator
|
PCspire
|
Klondike Lua
|
LogoMagic
|
EEPro for the TI-Nspire
|
Pegs
|
General math definitions
|
Mini vMac
|
CHIP-8 emulator
Levak
LV9
Veteran (Next: 1337)
Posts: 1002
Rating: +208/-39
Re: Jim's contest entry, Klondike Lua
«
Reply #1 on:
August 15, 2011, 06:29:23 pm »
Cool !
Is there a time attack mode ?
Logged
I do not get mad at people, I just want them to learn the way I learnt.
My website
-
TI-Planet
-
iNspired-Lua
Jim Bauwens
Lua! Nspire! Linux!
Editor
LV10
31337 u53r (Next: 2000)
Posts: 1881
Rating: +206/-7
Linux!
Re: Jim's contest entry, Klondike Lua
«
Reply #2 on:
August 15, 2011, 06:32:38 pm »
I was going to add that, but I was to lazy (actually, It would become to late if I would add it, and my family won't like that :p)
And I was too tired of the whole day working x)
«
Last Edit: August 15, 2011, 06:33:01 pm by jimbauwens
»
Logged
TI-Nspire projects of me:
nCreator
|
PCspire
|
Klondike Lua
|
LogoMagic
|
EEPro for the TI-Nspire
|
Pegs
|
General math definitions
|
Mini vMac
|
CHIP-8 emulator
Deep Toaster
So much to do, so much time, so little motivation
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 8217
Rating: +758/-15
Re: Jim's contest entry, Klondike Lua
«
Reply #3 on:
August 15, 2011, 06:34:20 pm »
Graphics be awesome. Can't wait until we can start playing these entries!
Logged
Munchor
LV13
Extreme Addict (Next: 9001)
Posts: 6199
Rating: +295/-121
Code Recycler
Re: Jim's contest entry, Klondike Lua
«
Reply #4 on:
August 15, 2011, 06:34:53 pm »
Well, this is looking good, the sprites are so worked-on! Great job Jim, good entry!
Logged
pianoman
LV6
Super Member (Next: 500)
Posts: 426
Rating: +24/-0
♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫
Re: Jim's contest entry, Klondike Lua
«
Reply #5 on:
August 15, 2011, 10:53:47 pm »
This is awesome, jim!!!
Good luck in the contest
Logged
Quote from: pianoman on May 25, 2011, 06:10:32 pm
I am a proud cynic.
Click Here to Give Me an Internet!
Munchor
LV13
Extreme Addict (Next: 9001)
Posts: 6199
Rating: +295/-121
Code Recycler
Re: Jim's contest entry, Klondike Lua
«
Reply #6 on:
August 16, 2011, 06:28:02 am »
The interface is really good Jim, there is a bug though. When you press ENTER in the "Load Saved Game" and there is no saved game, it opens the About box.
Other than that, after trying it I found it amusing, nice job!
Logged
Jim Bauwens
Lua! Nspire! Linux!
Editor
LV10
31337 u53r (Next: 2000)
Posts: 1881
Rating: +206/-7
Linux!
Re: Jim's contest entry, Klondike Lua
«
Reply #7 on:
August 16, 2011, 09:31:41 am »
Thanks all
@David, Thanks for reporting, I know exactly what caused it
Logged
TI-Nspire projects of me:
nCreator
|
PCspire
|
Klondike Lua
|
LogoMagic
|
EEPro for the TI-Nspire
|
Pegs
|
General math definitions
|
Mini vMac
|
CHIP-8 emulator
TIfanx1999
ಠ_ಠ ( ͡° ͜ʖ ͡°)
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 6173
Rating: +191/-9
Re: Jim's contest entry, Klondike Lua
«
Reply #8 on:
August 17, 2011, 05:48:31 am »
Klondike aka Solitaire looks great. Nice job on the graphics Jim!
Logged
Jim Bauwens
Lua! Nspire! Linux!
Editor
LV10
31337 u53r (Next: 2000)
Posts: 1881
Rating: +206/-7
Linux!
Re: Jim's contest entry, Klondike Lua
«
Reply #9 on:
August 17, 2011, 06:40:51 am »
Thanks
To be completely honest, I didn't draw everything on the J, K and Q. But I did have very much work on all the sprites x)
I even made a converter in Javascript that handled the card png's I made with gimp. It cut, resized, converted all the images to Ti.image format. That saved me lots of work.
Another thing that I did was make the white transparent and put a white square behind it. This makes that I can draw it much more quick, because the drawing routine will skip the pixels, and not do any effort on it.
I'm kinda proud on myself, as I think it runs all together very smooth =)
Logged
TI-Nspire projects of me:
nCreator
|
PCspire
|
Klondike Lua
|
LogoMagic
|
EEPro for the TI-Nspire
|
Pegs
|
General math definitions
|
Mini vMac
|
CHIP-8 emulator
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI-Nspire
»
Jim's contest entry, Klondike Lua
\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 6460 times)', sErrorBorderStyle: '1px solid red' }); aJumpTo[aJumpTo.length] = new JumpTo({ sContainerId: "display_jump_to", sJumpToTemplate: "
Jump to:<" + "/label> %dropdown_list%", iCurBoardId: 196, iCurBoardChildLevel: 1, sCurBoardName: "TI-Nspire", sBoardChildLevelIndicator: "==", sBoardPrefix: "=> ", sCatSeparator: "-----------------------------", sCatPrefix: "", sGoButtonLabel: "go" }); aIconLists[aIconLists.length] = new IconList({ sBackReference: "aIconLists[" + aIconLists.length + "]", sIconIdPrefix: "msg_icon_", sScriptUrl: smf_scripturl, bShowModify: true, iBoardId: 196, iTopicId: 12558, sSessionId: "7da56b700a17b9ebc4e70dd1e052ecc8", sSessionVar: "c3fccb9ba", 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); } // ]]>-->