Author Topic: My Nspire Contest Lua Entry : ImprovedSoloPong  (Read 14145 times)

0 Members and 1 Guest are viewing this topic.

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
My Nspire Contest Lua Entry : ImprovedSoloPong
« on: August 15, 2011, 04:54:09 pm »
Hey guys, I'm a little late but I think I still have a few hours in front of me ...

So here's agame I started working on yesterday, and it is *far from finished*

It will be eventually a complete BreakOut ("Casse-Brique") arcade-like game, but as far as the game is coded right now, there are any blocks to break, so it's pretty much a "solo pong game", but improved.
There are bonuses, time constraints etc.

Have fun testing this :)


(Yes I know, this might be buggy and all, but it's just a beginning for another full game that will be much better, obviously, so I'm not posting this to pretend to win at all, I have no chance, and this is just actually to show you what I'm working on :))

(That's why I don't want the code to be public right now, it would be useless)


Controls : Arrow keys.
Restart : "R"


Screenshots :






PS : Thanks to Levak for the help !
« Last Edit: August 16, 2011, 03:14:59 pm by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #1 on: August 15, 2011, 05:00:09 pm »
Nice job, but ... ummm, you aren't allowed to post copies of the game before the contest ends, I would take that down fast if I were you.
« Last Edit: August 15, 2011, 05:04:01 pm by t0xic_kitt3n »

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: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #2 on: August 15, 2011, 05:04:04 pm »
That. Removed it, and thankfully nobody's downloaded it yet.

Just wait another day :)




Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #3 on: August 15, 2011, 05:04:48 pm »
That was close O.O

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #4 on: August 15, 2011, 05:06:56 pm »
Yeah, you should wait after 1AM (EDT) (7AM France time) to post it. Make sure you sent it to the contest email address.
« Last Edit: August 15, 2011, 06:55:40 pm by Juju »

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline pianoman

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 426
  • Rating: +24/-0
  • ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫
    • View Profile
Re: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #5 on: August 15, 2011, 10:56:22 pm »
Very nice job, Adriweb!
You stole my idea for making a breakout game, but still... :P
« Last Edit: August 16, 2011, 11:11:25 am by pianoman »

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #6 on: August 15, 2011, 11:07:43 pm »
?
Levak made the Nyan Cat game, this one is Adriweb's ;)

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #7 on: August 15, 2011, 11:08:39 pm »
?
Levak made the Nyan Cat game, this one is Adriweb's ;)

Whell .. I helped Adriweb a lot to begin in Lua POO... =D
« Last Edit: August 15, 2011, 11:08:53 pm by Levak »
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: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #8 on: August 16, 2011, 06:10:07 am »
Sadly enough, I get an error when trying to run :/
Looks like you forgot an "end" somewhere.

Code: (Lua error) [Select]
356: 'end' expected (to close 'function' at line 353) near 'elseif'

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #9 on: August 16, 2011, 06:17:04 am »
Sadly enough, I get an error when trying to run :/
Looks like you forgot an "end" somewhere.

Code: (Lua error) [Select]
356: 'end' expected (to close 'function' at line 353) near 'elseif'

I can confirm this, I get the same error.

Also, you don't have a ReadMe it seems.

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #10 on: August 16, 2011, 06:56:42 am »
Can't reproduce ... ><

Must be because of a different OS ..

I'll see that in a minute...


EDIT : tested and retested on different configurations, and can't reproduce ...
Mayb I uploaded a wronf file, but I can't see how...

anyway, here it is :
« Last Edit: August 16, 2011, 07:00:46 am by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #11 on: August 16, 2011, 07:02:53 am »
Adriweb, you should've checked the file just before you sent it to the email...

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #12 on: August 16, 2011, 07:03:18 am »
I checked it tho.

(just resent the update)
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline pianoman

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 426
  • Rating: +24/-0
  • ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫
    • View Profile
Re: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #13 on: August 16, 2011, 11:12:03 am »
Whoops, sorry Adriweb!
I was very tired when I typed that, so I must have typed Levak's name accidentally :P

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: My Nspire Contest Lua Entry : ImprovedSoloPong
« Reply #14 on: August 16, 2011, 12:08:35 pm »
I have that same error as well, but IDK if I'm allowed to judge the new version, :-\ I'll have to ask Juju about that.