Hello Everyone!

Me and my *somewhat expanding* dev team have been working hard to bring you this:



Download and source:
https://github.com/TimmyTurner51/2D-Minecraft-CE-C-
UPDATE TIME:
Here's a preview:


Update Notes: (this is alpha v 1.0.003)
- Added a hotbar (now you can put items into the hotbar from the inventory)
- Added basic terrain generation (not using seeds just yet)
- Added a New World Setup menu

Future updates/planned changes:
- Alpha v1.0.04:
- Improve inventory management, by allowing hotbar items to be cleared or moved to parts of the inventory.
- Add the player sprites (finally)
- Add the worlds to the Worlds menu, allowing creating and loading worlds to be done easier.
- Maybe more, give suggestions to future updates!!!

Source:
https://github.com/TimmyTurner51/2D-Minecraft-CE-C-
This project has gotten a lot of love by me. And here's some love from me to you guys!

Right now, the cursor is buggy, so it's not properly aligned to a block (due to pressing down when in fly mode, should be fixed soon)

Anyways...

showcasing the huge world size:


Showcasing world features and caves:


This World Seed: (yes, you can have seeds, but only changeable in the code so far, lost the code to convert a char string to a number)
seed = 4018820011

More to come!!
TimmyTurner62 wrote:
This World Seed: (yes, you can have seeds, but only changeable in the code so far, lost the code to convert a char string to a number)
seed = 4018820011


If you want to change the starting seed value, try the following code:

Code:
 #include <tice.h>

void main(void)
{
    srand(rtc_Time());

    gfx_Begin();
    // program here

    gfx_End();
}



Code:
srand(rtc_Time());

sets the seed to the real time clock on the calculator. You can find more information here.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement