Author Topic: nCraft (3D minecraft-like game for the nspire)  (Read 102170 times)

0 Members and 3 Guests are viewing this topic.

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #135 on: September 22, 2012, 11:58:43 am »
This is offtopic but what time zone are you in Chockosta?
This used to contain a signature.

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #136 on: September 22, 2012, 12:02:03 pm »
Presumably CEST (France).
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline Chockosta

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 447
  • Rating: +169/-6
    • View Profile
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #137 on: September 22, 2012, 12:17:31 pm »
Yes, indeed... Why ?

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #138 on: September 22, 2012, 01:48:48 pm »
I think he was asking since he probably noticed you visited the forum unusually early and he happens to love Minecraft. :P

Also for touchpad control just the camera would be nice I guess, because when you control movement with it (such as in nDoom), it looks like your calc becomes sentient or something O.O
« Last Edit: September 22, 2012, 01:55:19 pm by DJ_O »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline AzNg0d1030

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 522
  • Rating: +45/-4
  • Hardcore anime watcher.
    • View Profile
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #139 on: September 22, 2012, 06:17:55 pm »
Ok, thanks.
I asked this question, because some people seem to prefer clicking... (like Darl181)
No, I think Darl's problem with nDoom is that you control the whole player's movement with the touchpad. In your game, the touchpad only controls the camera so it should not become annoying :)
That's what I had in mind too. Be able to run your finger across the touchpad and make the character turn. Then the numbers like 4,5,6, and 8 are to move around. This would also allow for easier strafing, unlike in nDoom where there was a separate button to do so.
You just lost the game.



Offline AaroneusTheGreat

  • Moderator
  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 287
  • Rating: +26/-1
    • View Profile
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #140 on: September 22, 2012, 07:10:05 pm »
Moreover, you have to be able to look up and down, which all the raycasting engines that I know don't support.
So I think that I will keep my 3D engine for now (which isn't far from a voxel engine).

There are techniques in raycasting that allow for looking up and down and even changing the pitch/roll too. They are fairly complex but they still have major advantages over traditional 3D rendering. Especially when it comes to speed, and the ability to alter the map realtime, due to the nature of the map data. You can treat the map as a giant rectangular prizm to make things easier.

I really need to find that tutorial that covers all of these things, it might be helpful to you in the future with this project, you can use some of the techniques for other things in the game possibly.
« Last Edit: September 22, 2012, 07:12:15 pm by AaroneusTheGreat »

Offline Chockosta

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 447
  • Rating: +169/-6
    • View Profile
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #141 on: September 24, 2012, 02:23:56 pm »
AaroneusTheGreat :
Indeed, I would be really interested if you found such a tutorial :)


On a more general note, I made some progress !
You can now remove blocks (with tab). Adding blocks require a bit more work, but I should come with a new version tomorrow.
I also chose 8 and 2 to move, I added a cursor, and I filled the background in blue.
Here is an attached screenie to show you ;)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #142 on: September 24, 2012, 02:35:56 pm »
Moreover, you have to be able to look up and down, which all the raycasting engines that I know don't support.
So I think that I will keep my 3D engine for now (which isn't far from a voxel engine).

There are techniques in raycasting that allow for looking up and down and even changing the pitch/roll too. They are fairly complex but they still have major advantages over traditional 3D rendering. Especially when it comes to speed, and the ability to alter the map realtime, due to the nature of the map data. You can treat the map as a giant rectangular prizm to make things easier.

I really need to find that tutorial that covers all of these things, it might be helpful to you in the future with this project, you can use some of the techniques for other things in the game possibly.
Do they have the same issues as in Duke Nukem 3D though? When you looked up/down in that game, vertical perspective didn't work, so the top of buildings looked taller than the bottom. In fact, when looking up, all that happened was that the camera moved up like if the scene was just a 2D picture.

Also nice chockosta. Any possibility to have the checkerboard work vertically as well, not just horizontally?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Chockosta

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 447
  • Rating: +169/-6
    • View Profile
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #143 on: September 24, 2012, 02:39:07 pm »
Also nice chockosta. Any possibility to have the checkerboard work vertically as well, not just horizontally?
Yeah, I will add a vertical checkboard too.

Offline AzNg0d1030

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 522
  • Rating: +45/-4
  • Hardcore anime watcher.
    • View Profile
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #144 on: September 24, 2012, 04:43:34 pm »
On a more general note, I made some progress !
You can now remove blocks (with tab). Adding blocks require a bit more work, but I should come with a new version tomorrow.
I also chose 8 and 2 to move, I added a cursor, and I filled the background in blue.
Is it okay to also add in 4 and 6 to strafe? And I'm not sure, but I think that 5 would be better for backwards movement, since it is more like a keyboard of a computer, and you dont have to reach as far for the button. It's just right underneath (just slide your thumb down :D)
You just lost the game.



Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #145 on: September 24, 2012, 08:51:16 pm »
:D I NEED DOWNLOAD!

and when you destroy a block do you get it in your inventory?

and trees should be added too
« Last Edit: September 24, 2012, 08:51:42 pm by annoyingcalc »
This used to contain a signature.

Offline AzNg0d1030

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 522
  • Rating: +45/-4
  • Hardcore anime watcher.
    • View Profile
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #146 on: September 24, 2012, 08:58:09 pm »
:D I NEED DOWNLOAD!

and when you destroy a block do you get it in your inventory?

and trees should be added too
woah woah woah! slow down! progress for such an epic project isn't that fast! Patience, my young padawan.
You just lost the game.



Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #147 on: September 24, 2012, 09:06:31 pm »
* annoyingcalc smacks AzNg0d1030 then apologizes

EDIT why was I downrated?
« Last Edit: September 25, 2012, 09:22:51 pm by annoyingcalc »
This used to contain a signature.

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #148 on: September 24, 2012, 09:07:09 pm »
Very nice!  :D


Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: nCraft (3D minecraft-like game for the nspire)
« Reply #149 on: September 25, 2012, 12:47:41 am »
:D I NEED DOWNLOAD!

and when you destroy a block do you get it in your inventory?

and trees should be added too
woah woah woah! slow down! progress for such an epic project isn't that fast! Patience, my young padawan.

Annoyingcalc is parser padwan? O.O
« Last Edit: September 25, 2012, 12:47:52 am by DJ_O »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)