Author Topic: [Nspire] Pixel Escape -- a copter-like game written in Lua  (Read 21267 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: [Nspire] Pixel Escape -- a copter-like game written in Lua
« Reply #45 on: June 17, 2011, 09:51:50 am »
This was quick, but it's going 1.0 now. I fixed a small bug in the title screen (pressing the up arrow in the menu would make the "pixel" in the game change position) that Scout pointed out. The dot is now controlled using either tab or enter (which also means that doing sharp rises when both are pressed is possible), because the arrow key is useless. I initially wanted the player to be able to hold the key, but because the way the OS deals with key signals is crap, it has no advantage. After all tab or enter are also more comfortable and precise. Now the player can return to the title screen at any moment by pressing ctrl + menu. I made some other minor changes and slightly changed the code. This way I have a stable and clean version to work on later. The new download links are on the website.

I just downloaded and tested, looking very good :D

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: [Nspire] Pixel Escape -- a copter-like game written in Lua
« Reply #46 on: June 18, 2011, 05:14:36 pm »
http://paste.bwns.be/p/f16dc06e3

I made that, what if the score is automatically updated, like in most calculator games? I'd like that.

Offline Progammer

  • LV3 Member (Next: 100)
  • ***
  • Posts: 68
  • Rating: +9/-0
    • View Profile
Re: [Nspire] Pixel Escape -- a copter-like game written in Lua
« Reply #47 on: June 18, 2011, 08:43:29 pm »
Good !
Check out my New Axe game : Wormsblock http://www.omnimaga.org/index.php?topic=8393.msg154258#msg154258
Any suggest would be welcome :)

<a href="http://www.nerdtests.com/ft_nt2.php">
<img src="http://www.nerdtests.com/images/badge/nt2/e1c7a850d530fb8e.png" alt="NerdTests.com says I'm a Cool Light-Weight Nerd.  Click here to take the Nerd Test, get geeky images and jokes, and talk to others on the nerd forum!">
</a>
Have fun !

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: [Nspire] Pixel Escape -- a copter-like game written in Lua
« Reply #48 on: June 19, 2011, 05:46:43 am »
Code: [Select]
function on.deleteKey()
    if onTitleScreen then
        bestScore = 0
        var.store(magic, bestScore)
    end
end

I also tried that so that when we press DEL in Title Screen, HighScore is restored, it didn't work, but can you add that please?

Offline BrownyTCat

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 420
  • Rating: +37/-8
    • View Profile
Re: [Nspire] Pixel Escape -- a copter-like game written in Lua
« Reply #49 on: June 23, 2011, 01:45:11 am »
I tried the latest version of the application on my Clickpad with OS3.0.2 and it was good, but the controls were very unresponsive. I'm guessing this was made on a touchpad?

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: [Nspire] Pixel Escape -- a copter-like game written in Lua
« Reply #50 on: June 23, 2011, 07:31:41 am »
I tried the latest version of the application on my Clickpad with OS3.0.2 and it was good, but the controls were very unresponsive. I'm guessing this was made on a touchpad?

It works fine on my touchpad, but it should work with the Tab Button. Maybe because it's OS 3.0.2.?

Offline BrownyTCat

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 420
  • Rating: +37/-8
    • View Profile
Re: [Nspire] Pixel Escape -- a copter-like game written in Lua
« Reply #51 on: June 23, 2011, 08:01:11 pm »
I tried the latest version of the application on my Clickpad with OS3.0.2 and it was good, but the controls were very unresponsive. I'm guessing this was made on a touchpad?

It works fine on my touchpad, but it should work with the Tab Button. Maybe because it's OS 3.0.2.?
I don't think 302 should have anything to do with it.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: [Nspire] Pixel Escape -- a copter-like game written in Lua
« Reply #52 on: June 24, 2011, 07:43:50 am »
I tried the latest version of the application on my Clickpad with OS3.0.2 and it was good, but the controls were very unresponsive. I'm guessing this was made on a touchpad?

It works fine on my touchpad, but it should work with the Tab Button. Maybe because it's OS 3.0.2.?
I don't think 302 should have anything to do with it.

Then I have no idea. None of the keys work (UP, Tab or Enter)? That's really strange.

Offline cypressx1

  • LV3 Member (Next: 100)
  • ***
  • Posts: 45
  • Rating: +0/-0
    • View Profile
Re: [Nspire] Pixel Escape -- a copter-like game written in Lua
« Reply #53 on: July 26, 2011, 08:46:58 am »
it's a nice game.can we share your codes?

Offline Somicstar

  • LV0 Newcomer (Next: 5)
  • Posts: 1
  • Rating: +0/-0
    • View Profile
Re: [Nspire] Pixel Escape -- a copter-like game written in Lua
« Reply #54 on: April 29, 2013, 09:54:56 am »
Hey mate!
It's one of the best game i ever played (no joke!)
I have a new high score of 2634 points and my goal is to reach the 3000 mark. (I've a battle with a friend)

Can you tell me, whether it's possible to get this score, and is there an end? Do you have any special hints?

It would be nice if you give an answer, cause the last post goes back to 2011 :D

Thank you, you did a great job!

Greetz from Germany (sorry for any english mistakes ;)...)
Somic