8-Bit Minecraft Pt. 2: There's A Reason This Doesn't Exist

  Рет қаралды 351,054

Inkbox

Inkbox

7 ай бұрын

The first 100 people to use code INKBOX at the link below will get 60% off of
Incogni: incogni.com/inkbox
The progress on creating a crafting and mining game continues, now with a new release title: 8-Bit Blocks. This installment features a brand-new physics engine, including 3D collision and gravity, building, the beginning stages of mining, inventory management, and many more details all painstakingly programmed in 6502 Assembly for the Commander X16 system. The first release of 8-Bit Blocks is available now (see details below).
What happens when classic mining meets 8-Bit architecture? Pure insanity. I share some tips and tricks in this video that go over exactly how I managed to pull off what at first seem like an impossible programming task: create an interactive 3D world that you can climb around, build bridges in, and be able to create anything you can think of. From laying out the inventory in memory, to saving CPU cycles by re-drawing only highly calculated sections of the screen, this update has it all.
Play the alpha release here at: notin.tokyo/8BB
Join the conversation: / inkboxathenaeum
Other resources:
Minecraft tutorial footage:
• Chop down a tree in Mi...
Have a suggestion or feedback: inkbox@notin.tokyo

Пікірлер: 888
@InkboxSoftware
@InkboxSoftware 7 ай бұрын
The first 100 people to use code INKBOX at the link below will get 60% off of Incogni: incogni.com/inkbox
@LavaCreeperPeople
@LavaCreeperPeople 7 ай бұрын
8-Bit Minecraft: There's A Reason This Doesn't Exist
@JimMilton-ej6zi
@JimMilton-ej6zi 7 ай бұрын
it's a scam
@yourneighbour3309
@yourneighbour3309 7 ай бұрын
great vid
@TSTRUSS
@TSTRUSS 7 ай бұрын
its like promoting temu and established titles, its a scam but most creators don't know that
@JimMilton-ej6zi
@JimMilton-ej6zi 7 ай бұрын
@@TSTRUSS Either way they should be responsible for anyone who uses their affiliate code and ends up scammed by the service, that's the only way these types of scams will stop.
@mindthemoods
@mindthemoods 7 ай бұрын
Here's an idea: what about a control to rotate the current chunk 90 degrees? So you could see multiple sides of things? I'm sure this would be super easy to implement and would in no way totally break every core system you've made thusfar.
@yuval3210
@yuval3210 7 ай бұрын
😂😂😂
@TheGeekRex
@TheGeekRex 7 ай бұрын
I do wonder how difficult that would be. I don't know a thing about assembly or anything, but wouldn't it simply involve reading the chunk data in a different order? So instead of north to south, you read south to north. Then you just recalculate the player's position and rotation.
@Gipsy_T.
@Gipsy_T. 7 ай бұрын
Hahahaha that was such a clever joke
@anchs2501
@anchs2501 7 ай бұрын
​​@@yuval3210 Dear yuval I hope this message finds you well. I wanted to offer a friendly perspective on your recent comment, which contained the emoji "😂" in response to the assertion that "a control to rotate the current chunk 90 degrees would be easy to implement." While humor and laughter are often delightful in the right context, it's essential to consider the appropriateness of such expressions. The original comment simply stated the feasibility and grants of implementing a control to rotate the current chunk 90 degrees which is a straightforward observation and not inherently humorous. Using laughter in response might inadvertently convey sarcasm or belittlement, which may not align with the intention of the original comment. When participating in discussions, it's valuable to maintain a respectful and constructive tone, acknowledging the merit of others' input. By doing so, we can foster a more positive and supportive online environment for everyone. I appreciate your understanding, and I look forward to more engaging interactions in the future. Best regards, Anchs
@teets3000
@teets3000 7 ай бұрын
that sounds so absurdly complex it'd be worth it just for the joke
@boozydaboozer
@boozydaboozer 7 ай бұрын
Limit item quantity to 6 bits, that way you have two bits left for special flags. Like specifying that the number reflects durability instead of quantity.
@niktniewiem4785
@niktniewiem4785 7 ай бұрын
yessss! Less is more :D
@niktniewiem4785
@niktniewiem4785 7 ай бұрын
yessss! Less is more :D
@thecryingsoul
@thecryingsoul 7 ай бұрын
I would say limit it to 7 bits, that way you can have a clean 99 limit and an extra bit for a special flag
@MemeMarine
@MemeMarine 7 ай бұрын
The item ID should already be enough for this since you can look up the item and check if it should be stackable or not
@InkboxSoftware
@InkboxSoftware 7 ай бұрын
Some item types are stackable, some are not. Those that are can use the 6 bits to store the number of items. Those that aren't use the 6 bits to store durability.
@mindthemoods
@mindthemoods 7 ай бұрын
As both a Minecraft and arcade nerd, I love the absurdity of this project. Really drives home the level of dedication it took to make games with the limitations of older tech. Very impressive!
@LavaCreeperPeople
@LavaCreeperPeople 7 ай бұрын
imagine trying to fit a huge game like Minecraft into an NES/Sega Master System cartridge
@boney2982
@boney2982 7 ай бұрын
@@LavaCreeperPeoplei can’t imagine it would be very good considering the limitations now a Nintendo 64 would be interesting there’s still massive limitations but you have a lil more wiggle room
@jmgonzales7701
@jmgonzales7701 6 ай бұрын
would minecraft even function in the ps2? @@leeroyjenkins0
@blackrainbow4898
@blackrainbow4898 5 ай бұрын
​@RepentandbelieveinJesusChrist5shut up
@CallumsArmy
@CallumsArmy 3 ай бұрын
​@RepentandbelieveinJesusChrist5sir, this is 8bit minecraft.
@Zeemis
@Zeemis 7 ай бұрын
One of the problems you'll run into with isometric is platforming. Jumping from tile to tile, you can easily become discombobulated. Add a shadow that appears under your character as he jumps to help solve this, this'll help players gauge jump distance.
@theposhdinosaur7276
@theposhdinosaur7276 6 ай бұрын
It certainly sounds like a good feature if the engine permits it.
@nic_lol4202
@nic_lol4202 4 ай бұрын
But then there would be the problem of having to render the shadow on the lowest block under stanley, since it wouldn't really make sense to have a floating shadow right under your feet while you're falling. Also there would be the problem of having to split the shadow in half while you're standing between a higher block and a lower block, in 2/3 if you're standing more on the block than on the block under ect.. basically it would be needed to render every single pixel of the shadow independently from each other. Also, to make it look good it'd be needed to add a shade to every single block you can stand into in case some of the pixels of them are shadowed. So practically impossible especially with limited VRAM and colours, but this guy is crazy enough to actually somewhat do it, so we'll see
@NerdGlasses256
@NerdGlasses256 7 ай бұрын
Let's be honest: If someone got this thing back in the 90's on an 8-bit pc, they would be absolutely freaked out, how amazing it is.
@Forke13
@Forke13 7 ай бұрын
90's? More like 70's or 80's
@Scott-sx9qq
@Scott-sx9qq 7 ай бұрын
no kidding. i cant wait for enemies and objectives to make it the greatest true 8 bit rpg ever made
@DaddyGandhi
@DaddyGandhi 6 ай бұрын
​@Forke13 yep seems like people forget we had "3d"(ish) graphics when doom was out in '93 and by '99 we had real 3d with unreal tournament 1 and system shock 2
@elibecton3558
@elibecton3558 6 ай бұрын
most computers were 32 or 16 bit btw, so he would have a lot more to work with
@ciclon5682
@ciclon5682 5 ай бұрын
@@DaddyGandhi actually despite its primitive nature Doom was a fully fledged 3D engine, despite not being able to look up or having rooms above rooms all the collisions and the world itself in doom 1 and 2 are code-wise speaking actual 3D representations with true collision detection and rotating/scaling. the doom engine doesnt simulate 3D it IS 3d. just very archaic.
@GermanTopGameTV
@GermanTopGameTV 7 ай бұрын
When you went into the house, an issue with the current design showed: There's no way to "hide all ceilings". Since you don't have the luxury of the first person cam, you need to somehow be able to hide ceilings, otherwise any cave visit or interior space will suck. A cheap way would be to simply stop drawing blocks that are above in Z and infront of the player (with that meaning the sum of x and y exceed of the block exceed the sum of the x and y coordinate of player itself). This way you could achieve something similar to the sims, where you could hide ceilings and walls in front of someone. A +-1 addition can be used to toggle between "no walls", "half height walls" and "full height walls" if you'd like that option.
@ibiuld443
@ibiuld443 7 ай бұрын
option to cull blocks above player's head is a really good idea
@icantthinkofaname4723
@icantthinkofaname4723 6 ай бұрын
My idea would be to not render any blocks that are in front of the player(meaning that their x, y, and z coords are all greater than or equal to the player's, assuming that greater is closer to the camera), but only when the player would be completely covered by blocks. You'd probably also need to render any block faces that shouldn't be visible as black, to prevent x-raying.
@eboshidori7748
@eboshidori7748 4 ай бұрын
i know it would probably take a while to redraw (computationally) but redrawing from different angles would be great combined with the suggestion to cull blocks above the player's head; you could even reuse the old code to have 8 directions for the camera. but i would suggest making the top of the block the same size visually as the side of the block for consistency
@bennettcox1857
@bennettcox1857 3 ай бұрын
my idea was to add a block for the door and maybe a clear block that indicates a cave entrance, and entering these blocks changes the whole world to the interior space you're entering
@idkk5335
@idkk5335 27 күн бұрын
"should only take me about 2 weeks" 6 months later...
@Brok3nC4rrot
@Brok3nC4rrot 7 ай бұрын
idea: when your cursor is over a block it should show on screen what the block type is, so that if you're selecting an occluded block (say, you're stuck down a hole or inside your beautiful dirt house), you know what it is that Stanley is looking at
@SWRDMaster
@SWRDMaster 7 ай бұрын
And auto highlight the block you are walking towards so you know if it is lava or air.
@miniepicness
@miniepicness 5 ай бұрын
could maybe draw the same block in a corner or somewhere of the screen
@AB-Prince
@AB-Prince 7 ай бұрын
one feature I think could be useful, if possible, is to have all blocks 2 blocks above the player be invisible if the player is below a celing. so that tou could navigate caves or the interior of a house.
@haphazard1342
@haphazard1342 7 ай бұрын
This might need to be a quick toggle, so that you don't lose track of things "above". It would be cool as a translucent overlay but that's probably too difficult/expensive to implement. It would probably require an extra rendering pass to generate the "top" overlay and then another one to re-render the current level slice and then calculate the overlay effect.
@JeremyFinch42
@JeremyFinch42 7 ай бұрын
"Joe, they turned the frogs 8-bit." "I licked an 8-bit frog once, and I could see the clockwork villagers."
@WHYNOTONY
@WHYNOTONY 7 ай бұрын
5:28 the logo colliding with the subtitles was incredible
@otistically
@otistically 7 ай бұрын
The Science Elf and Inkbox are really taking the sentence "if exists, it runs Minecraft" to a whole new level! My respect for you two.
@SuperJSM
@SuperJSM 7 ай бұрын
The Doom situation is becoming the Minecraft situation....
@dannyweiss5001
@dannyweiss5001 7 ай бұрын
I wonder how would Minecraft run on Conway s game of life
@Bobbias
@Bobbias 7 ай бұрын
@@dannyweiss5001 very very slowly :)
@alexela_
@alexela_ 5 ай бұрын
Yeh, I watched both! Even Zachary Staines is trying to get everything to run minecraft!
@fromixty
@fromixty 7 ай бұрын
Love to see your channel grow. I said it in the past, but I'll say it again: You're one of the most underrated channels on this platform, and I'm glad your channel was reccomended to me.
@dingusbingus7463
@dingusbingus7463 7 ай бұрын
I originally found his channel from the NESOS video, I feel like there are plenty of people with this creative mindset but just don't make videos.
@FlagerMiszcz
@FlagerMiszcz 3 ай бұрын
this dude is advertising scam, his channel should be deleted
@aidanmurray8283
@aidanmurray8283 7 ай бұрын
I was blown away with the first video in this series. And again now. It’s unbelievable how week this is turning out. Imagine brining this to your friends house to play in the 80’s - super cool
@dacueba-games
@dacueba-games 7 ай бұрын
David must be thrilled to have this on his computer.
@poble
@poble 7 ай бұрын
he actually featured it on his latest video
@reyariass
@reyariass 7 ай бұрын
@@poblelink?
@pimwagemans4848
@pimwagemans4848 7 ай бұрын
@@reyariass kzfaq.info/get/bejne/o7alg5R9nNzSomQ.html
@haazmat
@haazmat 7 ай бұрын
I love the progress, and the fact that youre not cutting many corners. I feel like most "I remade minecraft" videos would give up at making the inventory, or would make only the most basic items.
@toyotaae86trueno
@toyotaae86trueno 4 ай бұрын
"vote for you favorite mob" everyone : *W O O D*
@tomaszwrobel6387
@tomaszwrobel6387 7 ай бұрын
If you fall into a maze undergroud the outline won't help you. You should be able to change maximum draw height. This could also be used to remove roof of the house to see inside.
@LessThanPro
@LessThanPro 7 ай бұрын
Since this is 8-bit blocks, the stack size should definitely be 8. No but really, maybe use the last few bits to affect stack size limits, like how some items are not stackable? Maybe this could even let you have durability using the stack size bits? Great job so far, excited to see how far this gets!
@bradywb98
@bradywb98 7 ай бұрын
Those “attributes” should be implicitly (or nominally i guess) tied to the block ID, not as a separate value like that.
@mikafoxx2717
@mikafoxx2717 4 ай бұрын
A stack of 64 would only be.. well, 6 bits. Then another array entry for block type, or maybe durability counter, etc.
@aiden_3c
@aiden_3c 7 ай бұрын
I think having an artificial cap on the number of items you can carry at once would let you open up a few bits for extra info, like durability/enchantments, etc You could also make it so different items have a type (block/armor/tools) so you can set the number of bits allocated to what for each if needed Mostly just spitballing
@popular_dollars
@popular_dollars 7 ай бұрын
Using the sholder buttons to rotate the cursor seems a little unnatural. Have you considered this?: Holding R makes it so the player stands still, so the D pad is free to be used for selecting the 8 surrounding blocks. Holding L or Y also holds the player still, so the up and down buttons are free to change the cursor height.
@haphazard1342
@haphazard1342 7 ай бұрын
I would also consider synthesizing the cursor and character movement. Have the dpad control the cursor position in the x,y plane, and when the player tries to move the cursor beyond the selection range have the character move into the previously-selected position. This might end up being annoying though. Depends on whether you're doing more block manipulation or complex movement. Maybe have it toggle?
@palmzmetal9131
@palmzmetal9131 7 ай бұрын
Yeah [button] + D-pad Up/Down for Z pos, and D-pad L/R for rotating
@cst1229
@cst1229 3 ай бұрын
​@@haphazard1342Maybe the cursor could instead be semi-tied to the player, pointing horizontally in the last direction pressed, and vertically it can be cycled through a few positions using some button (maybe 6; up, a 4-block vertical range in front of the player and down). Though this might be a bad idea.
@xx_epicgamergirl_xx6718
@xx_epicgamergirl_xx6718 7 ай бұрын
You should also add an outline on top of interactive blocks like chests and crafting tables so if they are behind a block you still know they are there. Looking awesome so far, Cant wait to see it finished!
@alantyto3627
@alantyto3627 7 ай бұрын
Man, I thought you could not stretch the limitations of Commander X16 any further, but you keep up your impressive work! Your devotion is remarkable. This project is hands down fascinating, so please keep going and good luck!
@-AAA-147
@-AAA-147 7 ай бұрын
i like how the early public build of this game mirrors the early builds of actual MC lol
@patcunha1
@patcunha1 7 ай бұрын
If you one day add furniture, like furnaces or crafting tables, I think it would be a good idea to add an outline to them too. If you put them inside your house you wouldn’t be able to see them.
@TheAdhdGaming
@TheAdhdGaming 7 ай бұрын
suggestion, start + (u/d) scrolls through row in the inventory, use less sprites by using 1 set of tools and changing their colors (stick separate), use smaller flowing for liquids and maybe milk as a liquid, change the player model for armor using change of color pallette, food?, health at 16 to match with the 8-bit, i hope youre having fun making this, good job IB!
@Schmidtstone
@Schmidtstone 7 ай бұрын
Still amazing project! Can't wait to see where this is going
@ShadowManceri
@ShadowManceri 7 ай бұрын
For walking animation I wonder if you could just recolor the bottom 2 pixels with different shade of blue. Then it might look like the feet are moving.
@HaydenTheEeeeeeeeevilEukaryote
@HaydenTheEeeeeeeeevilEukaryote 7 ай бұрын
I haven’t played this but from the looks I worry the controls may feel clunky. I know it’s probably arrogant to suggest controls then but maybe something like this could be looked at or built off of: • Move: D-Pad • Jump: B • Scroll Hotbar: L/R • Building and Mining: Hold Y, then DPad for lateral aim, L to cycle layer, R to place/mine (depending on what the cursor is overlapping), and still B to Jump to reach higher. • If a sword is held, Y is just a simple attack in the DPad direction, no holding it to pop out the cursor or anything. • Quick-Place Below You: Tap Y with block selected (this seems good gameplay-wise but feels ugly). • Inventory: X My thought process is to speed up and simplify building, and because the cursor only appears when you hold Y it wont ruin screenshots. A, Start and Select remain free and unused for any other controls I didnt think of.
@danielgysi5729
@danielgysi5729 7 ай бұрын
This is way more depth than I expected. Well done. I can't wait to see how far you take it
@greenknight9000
@greenknight9000 7 ай бұрын
Incredible work! And I'm delighted to see Emerald Tools be included! Kinda hope that Emerald Tools are the best tier of tools, since that was always a childhood dream of mine hahaha. You're really cooking here, keep up the incredible work! Though I think that 8-Blocks would be a better condensed name for the title
@OddyBuilds
@OddyBuilds 7 ай бұрын
Simply phenomenal work! Perhaps the coolest trick you did was block placement around the player - and speaking of, I emailed you a character sprite sheet for you to freely use if you want it! Hope it helps!
@InkboxSoftware
@InkboxSoftware 7 ай бұрын
Yes, I got it, thanks for your contributions!
@assert_justice3783
@assert_justice3783 2 ай бұрын
Out of the countless Minecraft clones on KZfaq this is by far the most impressive
@the-guy-beyond-the-socket
@the-guy-beyond-the-socket 7 ай бұрын
common optimisation move is to calcutale which blocks are able to be seen by checking if it has a neighbour block being air every time chunk is changed in any way and only drawing those blocks.
@dingusbingus7463
@dingusbingus7463 7 ай бұрын
5:45 I like to think the aliens are watching your videos with great interest, wishing they could help you with the physics
@dingusbingus7463
@dingusbingus7463 7 ай бұрын
Also, name idea for the finished project: Stanley's Bits
@econo23
@econo23 7 ай бұрын
@@dingusbingus7463in french that doesn't sound right😂
@dingusbingus7463
@dingusbingus7463 7 ай бұрын
@@econo23 I don't think it sounds right in any language 🤣 which is what I was going for
@econo23
@econo23 7 ай бұрын
@@dingusbingus7463 i don't think you've got my point try to translate it
@enderprism9055
@enderprism9055 7 ай бұрын
petition to change name ‘8-bit blocks’ to ‘Craft-Mine’
@larrythemagicdragon58
@larrythemagicdragon58 7 ай бұрын
He says "with the next big features to be added being proper mining, and terrain generation, which should probably only take me about two weeks I'd guess" So we'll be seeing the next update in about 8ish weeks!
@bazookasniper5167
@bazookasniper5167 7 ай бұрын
Why not Select+L/R for hotbar so its more like normal minecrafts controls? Also Start+Dpad seems like itd be better for block cursor
@pepn
@pepn 7 ай бұрын
This is so impressive! congrats, I can't wrap my head around how much work went into this. Also, the game looks surprisingly playable (the outline feature is awesome)
@elerileigh7926
@elerileigh7926 2 ай бұрын
I’ll see you in six months when that two weeks has finally elapsed
@Pedrerrique
@Pedrerrique 2 ай бұрын
This is amazing, please continue this project!
@SomeBlokeOrWhatever
@SomeBlokeOrWhatever 4 ай бұрын
Two things: 1. Ink blocks by Inkbox was a genuinely clever name. Darn. 2. Now, I dropped out of a programming-related major because I lacked the touch (I'm in audiovisual production now-) but I distinctly remember one of my professors back in the day telling me that "whatever project you're working on, when you are estimating how long it'll take, take whatever estimate you made, add two and go up an order of magnitude to get the time it'll actually take" - So like, if you think it'll take 2 weeks, it'll take 4 months. Edit: Actually third thing, Subbed :)
@thebig_steel
@thebig_steel 7 ай бұрын
This is really impressive, you should be proud of what you've achieved even in alpha
@TechTheFeck
@TechTheFeck Ай бұрын
Imagine if there was an entire series on this, watching the game get made in every major generation of console to show how Minecraft could have evolved if made back then
@norkshit
@norkshit 7 ай бұрын
glad to see more content on this epic project! good luck!
@TheDogn
@TheDogn 7 ай бұрын
So glad to see you're following through with this!
@karyjas1
@karyjas1 7 ай бұрын
This might be very difficult, but a very significant improvement - dont render a certain area around the player of blocks that are all above the player +2 blocks. The player highlight helps, but you can still very much get lost. Even in the very house you built
@work_account_
@work_account_ 7 ай бұрын
This is turning out even better than I expected keep it up man
@coltynstone-lamontagne
@coltynstone-lamontagne 2 ай бұрын
This is super cool, i look forward to future videos on the project
@nikshmytov6561
@nikshmytov6561 7 ай бұрын
I'm very excited to see further progress. Keep it up!
@Illogical.
@Illogical. 7 ай бұрын
I'm also making a Minecraft-like game from scratch in assembly! My project has been on hold since a few days ago. I will likely need to pick a different assembly language and rewrite the world generation and camera control code. I expect my project to take a few years, but right now, I need a break from it.
@DonnaPinciot
@DonnaPinciot 7 ай бұрын
Hey, I forgot about this! Cool to see the project's still around.
@bluemars5305
@bluemars5305 3 ай бұрын
that transition to sponsor was smooth
@Gamesaucer
@Gamesaucer 6 ай бұрын
It might be a good idea to add something like a way to display a "slice" of the world, to make it easier to go underground. Just having an outline won't be too helpful in that scenario, since you still can't see the blocks blocking your way, even if you know where _you_ are. I think the most straight-forward way of doing this would just be to have the ability to hide the top _n_ layers, which would allow you to scroll down to the vertical position you want to look at. Some complications with this method arise if you want to hide things from players like the position of ores, which could be done by rendering blocks that are covered on all sides using some placeholder "hidden" sprite instead of the normal one, until they are uncovered. Though I don't know this architecture at all, so there might be better ways to do it.
@KING-JOSEPH
@KING-JOSEPH 2 ай бұрын
Loving the how it's turning out. Thx so much for letting us download it also can't wait to play
@specter_8885
@specter_8885 3 ай бұрын
Give Stanley a BUCKET.
@eboatwright_
@eboatwright_ 7 ай бұрын
This is such a cool project! Can't wait to see what comes next
@krestofelo8757
@krestofelo8757 4 ай бұрын
very cool project, I like a lot what you made so far, keep going!
@luiginator64
@luiginator64 Ай бұрын
Idea: when the player is obstructed, have the blocks covering them to vanish and when you walk out, re-appear
@RedFeather_Gaming
@RedFeather_Gaming 26 күн бұрын
I honestly love the way this is going- this is absolutle legendary stuff happening right now, keep it up!
@teaspoon966
@teaspoon966 7 ай бұрын
This is awesome, both the project and the videos!
@mateusvmv
@mateusvmv 7 ай бұрын
Project Zomboid has a nice feature where walls get transparent once you get behind them, allowing you to see the interior of houses or look through windows. I don't know how they implemented it, or how hard it would be to translate it to minecraft glass blocks or something, since their game has all the information about what is an interior and what is a window, whereas in minecraft anything can be a window or a wall.
@Bryce_the_Woomy_Boi
@Bryce_the_Woomy_Boi 7 ай бұрын
Stanley, my favorite Minecraft character
@rijaja
@rijaja 7 ай бұрын
11:15 Congratulations, your 8-bit assembly code can do something renderdragon can't
@zzpixel4861
@zzpixel4861 3 ай бұрын
I would high key pay like 40$ to play a full finished version of this game once it comes out. It could be one of my favorite retro games of all time.
@eboshidori7748
@eboshidori7748 4 ай бұрын
i know it would probably take a while to redraw (computationally) but redrawing from different angles would be great combined with the suggestion to cull blocks above the player's head; you could even reuse the old code to have 8 directions for the camera. but i would suggest making the top of the block the same size visually as the side of the block for consistency
@TheInfiniteAmo
@TheInfiniteAmo 3 ай бұрын
You could do a super simple walking animation by just moving the very ends of Stanley's feet up and down (erasing and redrawing the bottom pixels alternatively). Make the center line of his pants darker blue to distinguish each leg might help too. I'd also make the player outline behind objects dashed instead of solid though that's personal preference.
@misterk7_-
@misterk7_- 7 ай бұрын
this is like the ultimate crossover over channels, games and content I love
@scaw1499
@scaw1499 5 ай бұрын
That sponsor transition was good, I barely realised it happened 😂
@shadowphyre4746
@shadowphyre4746 7 ай бұрын
Dude this is bonkers! I can't wait for more videos on this! I really hope your channel grows to milions (sure will, and I can say I was here early).
@-_._._-
@-_._._- 2 ай бұрын
9:26 Stanley had a stroke lmfao
@Scott-sx9qq
@Scott-sx9qq 7 ай бұрын
im sure you probably already noticed this but theres quite a few cases where the player will be moving as the UI overlay is drawn causing the player area to draw overtop of the UI. so you might want to change the order of operations there or make it wait until the player stops moving to draw the UI. Thanks so much for releasing alpha!!
@gavin5410
@gavin5410 7 ай бұрын
I feel like the bumpers should definitely be for controlling the hotbar, while the start+dpad combo seems a really elegant way to move the cursor around. If you use start+dpad up/down to move the cursor's height, that even frees up another button on the right hand side of the controller
@dak1308
@dak1308 2 ай бұрын
You could optimize chunk rendering up to a fraction of current amount of draw calls. Since your isometric view hides blocks on diagonal (block with coordinates [2, 2, 63] won't be displayed if there is a block at [1, 1, 64] and so on) you can vastly reduce unnecessary draw calls. Let's say one chunk is 64x64x64, you only need 168 draw calls, since 168 is the maximum amount of displayable blocks. This means you need 168 diagonals going through the chunk, staring from its faces (left right and top). You can begin rendering with the bottom furthest diagonal (let it be [64, 1, 1]), since it will cross only one block you can, assuming there is one, you can draw it. Then you can move up by 1 and after reaching the top repeat the procedure at [63, 1, 1]. Going through the diagonal itself is also a straightforward process: after each iteration if the block isn't in place (it is air) increment x and y and decrement z. Repeat the loop until reaching a block and that's it.
@fintux
@fintux 7 ай бұрын
This is starting to look super cool I'd propose select + should buttons for selecting a block instead of start + arrows left and right. It would play nicely together with choosing the block cursor with just the should buttons. Thanks for the video!
@a_pi_guy
@a_pi_guy 7 ай бұрын
amazing videoa i was wondering when part two was coming out! 😁
@lokelaufeyson9931
@lokelaufeyson9931 7 ай бұрын
this is nice, great work and progress so far. I hope it gets finished.
@SaHaRaSquad
@SaHaRaSquad 7 ай бұрын
It's damn impressive that you don't just build some game that looks blocky but even implement features like crafting and 3D mining/building, all for a 10-button controller.
@jmgonzales7701
@jmgonzales7701 6 ай бұрын
which is insane since its only 10 buttons
@denchik0504
@denchik0504 7 ай бұрын
imagine having this game in you childhood.
@PixelGaming_2020
@PixelGaming_2020 7 ай бұрын
You're basically just before the infdev era of Minecraft, but 8-bit. Incredible.
@DeltonAdamsLEGO
@DeltonAdamsLEGO 7 ай бұрын
The design reminds me a lot of Sim City 2000. Love the work!
@gunkwizardry
@gunkwizardry 7 ай бұрын
the best thing about this video is the addition of copper tools!! thank you for your service
@Temac000
@Temac000 7 ай бұрын
Great vid. I thought a bit about the inventory. You can theoretically store a bunch of 6 bit numbers packed together, but in case of such a small inventory it wouldn't be beneficial since you'd spend more memory on fetching/storing the number instructions, compared to how much you'd save. You'd need somewhere around 160 slot inventory to just gain net 0 compression with such a method. Also this wouldn't be as fast as just fetching a number from memory directly. So having 64/256 item slots is purely based on what you prefer more
@rowboat10
@rowboat10 7 ай бұрын
If you're doing start for alternative inputs, definitely use select for the pause menu, or something like select + start
@howmanylanasarethere
@howmanylanasarethere 7 ай бұрын
I still can’t believe you’re able to do this! Amazing work! Also, I think I would use the full byte just for the quality of life.
@thesossinay6198
@thesossinay6198 7 ай бұрын
Absoluetly love this series!! Please continue!
@lythd
@lythd 3 ай бұрын
cant wait for the next video! im working on coding for the 65c02 as well so i truly appreciate the struggle, although im certainly not doing anything as graphically impressive as my surrounding hardware isn't as "impressive" (relatively speaking)
@josycavre3608
@josycavre3608 7 ай бұрын
Whoa, this is really awesome, I like demakes and such of games and this is by far one of my favorites, I hope you keep working on it and add a lot of things to it. I have a suggestion, the outline on the player is fine but, is there a way to make it so if you go behind a block or underneath a block (roof) those blocks dissapear or if it's even possible become transparent, yk as a way to see what's going on, kinda like Project Zomboid does.
@bennie.379
@bennie.379 7 ай бұрын
this was an awesome video! excited to follow the development! this sounds like a fun project to turn my unboxed raspberry pi4 into. have a faux usb nes cartridge that loads the game when you plug it into the pi console. cool stuff man! when you get to chests, if theyre behind cover thatd be neat if an outline appeared around em whenever your white outline triggers (if a wall isnt between you and it)
@backgroundnoise8013
@backgroundnoise8013 7 ай бұрын
You are amazing, we should send you back in time, so that you could release this for the NES
@teakivy
@teakivy 7 ай бұрын
that was such a smooth sponsor transition i had to watch it all
@TheeSirRandom
@TheeSirRandom 6 күн бұрын
Like no shit, If I took this game, put it on a game cartridge and went back in time and released it as a game for the NES, I would be known as the founder of some giant game studio that owns 78% of the game industry. Thats genuinly wild to think about.
@PlayJAKPlays
@PlayJAKPlays 3 ай бұрын
The copper tools are what "Reminded" me to hit like. TY!!!
@PlayJAKPlays
@PlayJAKPlays 3 ай бұрын
Seeing the fact that this is being made Downloadable made me Sub, and decide to go back to previous video and like that one as well... Great JOB!!!
@jacobpavone3477
@jacobpavone3477 7 ай бұрын
i think blocks within a certain radius of the player above their head should be hidden, so you're only ever seeing the floor and walls near the player, but never the roof over their head. this would make it so you can actually go inside of a house and see what you're walking into instead of stumbling about blindly with only a silhouette to know where you are. however, this does mean redrawing pretty much everything in that radius of the player since you can't exactly peel back stuff that's already been drawn. no idea how it'd be implemented, i can only think of ways around it like simply flattening the chunks to have a smaller height limit and generating structures without roofs. actual players will likely be placing up walls and floors anyway and forgoing things like a roof just so they can see the interior of their structures, so having flatter chunks might not be too unreasonable.
@OhMeGaGS
@OhMeGaGS 7 ай бұрын
I can't wait for the follow-up video where you code all this within Minecraft in redstone
@pacman10182
@pacman10182 6 ай бұрын
Microsoft has been surprisingly open about fan games on other platforms with minecraft in the name
@samuelhayden9389
@samuelhayden9389 17 күн бұрын
He said 2 weeks and 6 months later I'm still waiting
@jayrony69
@jayrony69 15 күн бұрын
no
@WhisPro
@WhisPro 2 ай бұрын
"Which should only take me around 2 weeks" yeah just multiply it by 16
@thebigheartyradish
@thebigheartyradish 7 ай бұрын
this game looks sick already! can't wait to see this blossom into something amazing
The Commander X16 is Finally Reviewed!
10:53
Inkbox
Рет қаралды 60 М.
I Made Fruit Ninja Into a REAL 8-Bit NES Game
11:03
Inkbox
Рет қаралды 255 М.
ПЕЙ МОЛОКО КАК ФОКУСНИК
00:37
Masomka
Рет қаралды 10 МЛН
100❤️
00:19
Nonomen ノノメン
Рет қаралды 35 МЛН
Minecraft's INSANE Weather Explained | The SCIENCE of Minecraft
12:08
Optimizing my Game so it Runs on a Potato
19:02
Blargis
Рет қаралды 317 М.
how i learnt godot after leaving unity
9:48
Just a potato
Рет қаралды 17 М.
I built my own 16-Bit CPU in Excel
16:28
Inkbox
Рет қаралды 1,3 МЛН
MultiVersus Launch Day Extravaganza!
MultiVersus
Рет қаралды 2,9 М.
It's Not Nostalgia. Old Minecraft WAS Great.
22:31
Dialko
Рет қаралды 1,2 МЛН
Storing Files in Minecraft | Project Showcase 3
13:10
BK Binary
Рет қаралды 1,2 МЛН
Is 8-Bit Minecraft Possible?
13:56
Inkbox
Рет қаралды 1,1 МЛН
I Optimised My Game Engine Up To 12000 FPS
11:58
Vercidium
Рет қаралды 474 М.
Creating an Operating System for the NES
11:11
Inkbox
Рет қаралды 759 М.
Насколько ГЛУБОК океан? 😯 #Shorts
0:26
ФАКТОГРАФ
Рет қаралды 6 МЛН
Minecraft: Who was the best? 🤔 #Shorts
0:29
Twi Shorts
Рет қаралды 44 МЛН
Игра про змеек в реальной жизни😅 #фильм #сериал
0:59
Minecraft Villagers Uses Mods #minecraft #villager #grox
0:47
Froppy Craft
Рет қаралды 15 МЛН
Я просто в шоке от этого…!!!😰😰😰
0:54
Bananacat and Applecat Pranked Gman #gmod 😹🍌🍎
0:57
MeCoDy
Рет қаралды 19 МЛН