Author Topic: The Impossible Game  (Read 60278 times)

0 Members and 1 Guest are viewing this topic.

Offline blfngl

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 121
  • Rating: +3/-4
  • No worry, I'll surpass Calc84 in greatness...never
    • View Profile
Re: The Impossible Game
« Reply #390 on: September 08, 2012, 09:44:38 pm »
My next project then. Time to go learn how to use lua! Any good sites? Only thing I know is the drawString stuff.
Mind if I borrow the 84 source code to look into what I'm trying to do?
« Last Edit: September 08, 2012, 09:51:56 pm by blfngl »
GAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAME
My blog:

TiLibs
My Projects:
Minecraft Library

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: The Impossible Game
« Reply #391 on: September 08, 2012, 09:52:58 pm »
wiki.inspired-lua has just about everything you need. Good luck :)




Offline blfngl

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 121
  • Rating: +3/-4
  • No worry, I'll surpass Calc84 in greatness...never
    • View Profile
Re: The Impossible Game
« Reply #392 on: September 08, 2012, 10:56:47 pm »
Off to make an Impossible Game! Someone else, if anyone's interested, should probably do this because it's gonna take me A LONG TIME :(
GAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAME
My blog:

TiLibs
My Projects:
Minecraft Library

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: The Impossible Game
« Reply #393 on: September 09, 2012, 01:02:28 am »
I'd be interested but i don't have a cx D:

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: The Impossible Game
« Reply #394 on: September 09, 2012, 02:50:11 am »
Unless you know z80 asm, the source won't be of much use to you.

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: The Impossible Game
« Reply #395 on: September 10, 2012, 11:38:42 pm »
Off to make an Impossible Game! Someone else, if anyone's interested, should probably do this because it's gonna take me A LONG TIME :(

Yeah, the source isn't going to help you in the slightest. It's written in asm which means there's going to be a lot different, a few problems:
  • It's a foreign language to you (unless you know x86 asm or something)
  • Asm is structured soooo much differently than Lua
  • It's specifically optimized for the structure of asm (in fact, most of the code that draws the sprites is generated at run-time)
  • Lastly, it's not all that difficult of a game to make



So, I would recommend you try to make it yourself and find a way to use my level data (that would be a lot of typing (though, I had to do it from a youtube video so...)).

However, if you want the source, it's somewhere on this thread.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline blfngl

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 121
  • Rating: +3/-4
  • No worry, I'll surpass Calc84 in greatness...never
    • View Profile
Re: The Impossible Game
« Reply #396 on: September 10, 2012, 11:43:54 pm »
Cool, I was hoping to look at it and see if it was remotely similar to Lua, I guess it isn't then XD. My problem is that I'm still in the middle of learning Lua but don't have access to the actual software, so I've only been porting through ocLua. That's not been working so great :/

Thanks anyways :)
GAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAME
My blog:

TiLibs
My Projects:
Minecraft Library