Author Topic: Jim's contest entry, Klondike Lua  (Read 5446 times)

0 Members and 1 Guest are viewing this topic.

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
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 :/

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: Jim's contest entry, Klondike Lua
« Reply #1 on: August 15, 2011, 06:29:23 pm »
Cool !
Is there a time attack mode ? :D
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
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 »

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
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!




Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
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!

Offline pianoman

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 426
  • Rating: +24/-0
  • ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫
    • View Profile
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 :D

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
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!

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
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 :)

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
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! :)

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
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 =)