#Yeeps First 8-bit Computer, CW: WIRED, WIP

1 messages · Page 1 of 1 (latest)

autumn dove
#

I’m currently in the process of making the first Yeeps 8-bit computer. Many 4-bit calculators have been made already, but I’m taking it a step further with a 256 value 8-bit computer.

Computer Components:
However, due to the block count limitations and lag issues, I’m toning down the specs a bit.
It will only have 16 ram addresses, 3 registers, and 32 instruction addresses. It will also have an 8 bit alu, and basic screen.

Community World Details:
Code: WIRED, as of now this world is open to join, but it does not have the computer in it yet, it only has the sandbox (Built by grookey.z) which will have some wiring basics, and some other wiring world I think are cool. The full world will be open soon, hopefully by next week

If you have any questions, comments, or suggestions feel free to ask below.

#

Yeep’s First 8-bit Computer

hallow arrow
#

Dang that’s crazy

#

Can’t wait to see it in action

autumn dove
#

Bump

sand pumice
spring mural
#

I don’t know what half those words mean but this sounds cool

#

I figure we are getting close to the day when someone makes DOOM in yeeps

autumn dove
#

That’s pretty cool

#

We can actually make pretty cool programs though

#

Not games with this though, it may have something like pong at 1 frame a minute soon though

spring mural
#

Cool

fringe cedar
#

we need a pc cooling system

autumn dove
spring mural
#

I can feel the heat through my headset

autumn dove
#

It runs at like 1 fps

spring mural
#

Yeah I actually haven’t been to code Tetris yet

#

Keep meaning to but I forget

autumn dove
#

Bump again

#

Bro why do my posts always die so fast

#

You guys gotta debate your stuff here and not in the bam submissions please

#

lol

autumn dove
#

Bump

#

It’s pretty cool guys right?

#

Then why do you ignore me 😭

#

Bumpity bump bump

#

It’s like only up for posts, I’m climbing to the top

spring mural
#

Real

rose gust
autumn dove
#

lol

proud jetty
#

It should run better with the experimental branch. I move smoothly on my Redstone map with 2.5k blocks when before i could barely move and i dont get the syncing across network error now with multiple people

autumn dove
autumn dove
#

Bump again

autumn dove
#

Bro

#

Bump bump bump

spring mural
#

Speed bump

autumn dove
#

Bump

autumn dove
#

Bump

last hatch
autumn dove
#

But I did ask Nathan about wiring optimization and he says wiring will likely mainly stay unchanged even with optimization patches

#

He also said most of the lag from wiring is caused by the visuals updating rather than the calculations of the blocks themselves

#

That’s also why the experimental mode doesn’t effect wires much, as it only effects inactive blocks

#

But inactive wires should run smoother

proud jetty
languid vault
autumn dove
autumn dove
#

Bump

stray rose
#

boing

autumn dove
#

Revive

autumn dove
#

Bump

stray rose
#

boin g

autumn dove
#

Bump

#

Please live

#

Posting pictures soon

#

I have almost completed the whole thing,most of rom and ram is done, alu is currently being made but needs some work

fleet siren
#

bump

fiery turtle
#

This is very cool! I have always wanted to make a computer in yeeps

autumn dove
sudden glen
#

How do you sum it? Like is it just using most of the gates or just some?

sudden glen
autumn dove
#

Oh yeah it’s not super hard

autumn dove
# sudden glen Wrong word for adding I meant

It’s binary addition so you just take the 3 inputs and check if 2 are on, if so you output 2, if only one is on you output 1, and if all 3 are on you output 2 and 1 both at once

#

Then you repeat 8 times for 8 bits and connect the 2 output to the input of the next line

#

Kinda like when you add numbers in base 10, if you go over 10 you carry to the next line

sudden glen
#

I see sounds very glitching on top of every other things you have to add

autumn dove
#

I could give more detail if you want

sudden glen
#

Sure

autumn dove
#

Ye it is a bit laggy, lots of blocks

#

But the adder doesn’t lag much

#

Ok now for a bit more detail

autumn dove
sudden glen
#

I’m pretty sure

#

Oh yes I do

autumn dove
#

Yeah so if one or the other inout is on it outputs 1 if both or none are on it outputs 0

#

K

sudden glen
#

I see

autumn dove
#

So the first step for an adder is making something calls a half adder, this only handles 2 inputs and gives 2 outputs, like I said before you need to detect how many inputs are on, you can use an xor gate to see if one or the other is on, then you connect this to the first output, you also need to use an and gate to detect when both are on, connect this output to the second output

#

This already adds 2 numbers

sudden glen
#

Oh yeah

autumn dove
#

But to add numbers larger you need to create a carry on and carry out for numbers that overflow, so we connect the first output (meaning only one is on) to the input of a second half adder, and we connect the second outputs of both (meaning 2 on) with an or gate, so now if any combination of 2 is on, the or gate will fire, and if 1 is on the 1st will fire, so if 3 are on, then both fire

#

Finally, we do what I said before and connect the second output, to on of the inputs of another full adder component, which h allows us to do 2 bits, then again and again till 8 bits

autumn dove
#

We have a and b (the numbers) and S (sum) if it overflows, Cout triggers, which is connected to the Cin of the next adder in line

autumn dove
#

Revive

autumn dove
#

Double revive

fiery turtle
#

Quad revive

autumn dove
#

Octuple revive

sly plinth
autumn dove
#

Sexdecuple revive

fiery turtle
#

O' lot of revive

autumn dove
#

trigintuple

#

REVIVE!!!

autumn dove
#

Just a basic bump this time

#

😭

autumn dove
#

H

#

would let me send messages

#

So I used h to test

#

lol

#

Pictures are coming soon!!!

#

On the way by today or tomorrow

autumn dove
#

Sorry for the bad angle on the second one lol

spring mural
#

could have added white space between to maek it easier to hook up the read to the alu

#

also

#

u gonan make it dual read?

#

if u are

#

simualted or true dual read?

#

i could also program

#

my cw

autumn dove
#

Never heard of it

spring mural
#

2 read lines

autumn dove
#

Nah I’ll be reading it using a data bus

autumn dove
# spring mural 2 read lines

This is just ram, so it’s not general purpose registers, this computer is gonna start out as an accumulator then maybe I’ll upgrade to a stack or registers

autumn dove
#

Bump

raven isle
# autumn dove

This is the one part I forgot to do as I am overwhelmed with everything

raven isle
#

How to connect them

autumn dove
#

Ye I just did a data bus

#

To limit receivers, as they seem to lag a bit more than regular wires

raven isle
#

All I have done is the toggles

autumn dove
#

I also made all of the toggles d flip flops by clearing right before writing to them

autumn dove
raven isle
#

Nah

#

Only toggles as I had school testing and I was working on my own cw and other stuff

autumn dove
#

I see

#

I fell behind a lot

#

So I still gotta build the whole instruction memory system

raven isle
#

Real

#

I am stuck at how do I do a 5-Bit Binary Address to RAM Selection

autumn dove
#

Plus it does slow down the more adresses you have, so my 16 adresses isn’t bad but 32 would take a while

raven isle
#

heres it

raven isle
#

I have to do this

rose gust
autumn dove
#

The back wires are part of the data bus

#

And the wires you can see coming out the top read and write to ram

autumn dove
#

Ill send a pic later

#

There is this version in code WIRES

#

This one lags a bit at a large scale as a bunch of wires flicker on and off at once

last hatch
autumn dove
last hatch
# autumn dove Fr

Also I was working on something for large numbers but it's too big and unreliable for now so I can't wait for someone to make an efficient one

#

I tried using double dabble algorithm

#

But manually adding instead of sending it through an adder

autumn dove
autumn dove
#

Okay I’m opening the CW now

#

It doesn’t have the computer in it yet, but the sandbox is sick

#

Credit to Grookey.z for building it

#

WIP, 8-bit Computer, CW: WIRED

#

Yeeps First 8-bit Computer, CW: WIRED, WIP

rose gust
raven isle
raven isle
# autumn dove

Imma fo something like this but but the ones in the middle to turn of the toggles be the clear data and the and gate in front will be read and the ones in the back are write

autumn dove
#

But it automatically clears when you write

raven isle
autumn dove
#

Yep

raven isle
#

I might do a flip flop system for mine

raven isle
#

I might start yeepstone school

autumn dove
#

To teach basics, how to apply them, and how to use it all to make complex systems like computers and games

raven isle
#

And also do a yt

autumn dove
#

Okay bet, if you Doing yt I’ll shout you out of you do the same for me

raven isle
#

Kk

#

I'll teach the basic of binary and how you can make binary code in yeeps and stuff like that

autumn dove
#

Bump

raven isle
#

bump

autumn dove
#

Bump

languid vault
#

Anyway I'm really good at binary if that's of any use to you guys

I'm cracked at logic gates I can build calculators

autumn dove
#

And ram module

#

And turing machine

#

And pong

#

Oh wait didnt see the other message about tryna help mb lol

#

Nothing I really need help
With as of now, just a lot of building to do

#

Bump

raven isle
sand pumice
sand pumice
sand pumice
autumn dove
#

And the loose wires suck 😭

autumn dove
#

Revive

dire vessel
#

the real question is... can it run doom?

autumn dove
#

At 1 frame an hour

#

Bump

autumn dove
#

Bump

autumn dove
#

Bump

dire vessel
#

can it play super mario bros

autumn dove
autumn dove
#

Bump

autumn dove
#

Bump

safe jacinth
#

computer?!

autumn dove
#

It’s basically just an automatic calculator, but if we get some optimization then I could probably run pong

coral birch
autumn dove
#

Bump

autumn dove
#

Revive

autumn dove
#

Revive

twin siren
#

Revive

#

Bump

#

Bump

autumn dove
#

Bumpity bump bump

autumn dove
#

Bump/revibe

dreamy zodiac
#

Now someone has to make a full blow AI taking an entire map

languid vault
#

@autumn dove so what can you actually do with this?

autumn dove
#

Like formulas

#

Fibonacci sequence and stuff

#

For a normal calculator you can only do like one problem at a time, but with this you can do complex problems and you can do conditional things

#

So like if a > b do c

granite quartz
#

I see

white merlin
white merlin
#

if yeeps cant hanndle that

autumn dove
#

Also Yeeps wiring is plenty powerful, only problem is the lag do do visual problems, but on mobile it works fine

autumn dove
#

Plus it’s not gonna be that fast

#

6scientists is really fast and advanced so it has many active blocks at a time, meaning more lag while mine will have very few at a time

languid vault
dense grove
#

Give us a vid

autumn dove
#

But I’m making a new thread in a couple of days with a bunch of updates

granite quartz
#

A

autumn dove
#

Revive

granite quartz
#

Yea

autumn dove
#

Bump

dense grove
#

Can you add me so I can check progress? Name is Ethiebethie

granite quartz
#

E

candid dust
#

yoooo can i help if i can even understand anything that you built 💀

granite quartz
#

I see

autumn dove
autumn dove
#

Rebibe

dense grove
#

lel

granite quartz
#

E

autumn dove
#

eviveR

autumn dove
#

Rvvv

granite quartz
#

E

tight elk
#

You are doing this in wired??

#

Didn't expect that code

autumn dove
#

Gonna do more fun stuff in the future

tight elk
#

k

fluid garden
# autumn dove Rvvv

I would be careful too not have too many toggles turned on or else an error message will pop up saying smth like "to many blocks active, cannot connect to the network". Bc it will do random things(turn on & off things) to all the wiring blocks

autumn dove
#

So you and your friend won’t see the same thing

#

And his won’t be correct, but sometimes it has almost the same output

fluid garden
#

oh ok👌

autumn dove
#

R

#

E

#

V

#

I’ve just

#

RE

#

VI

#

VE

#

D

tight elk
#

Did you buy wired from someone else?

#

Or are you josfa

#

Also

#

I would like to help

tropic hull
#

👁

autumn dove
#

Bought it when it ran out

#

Josfa hadn’t owned it though he was just staff

autumn dove
#

I may be open to it later though

tight elk
#

Ok

regal perch
#

ok

autumn dove
#

R e v i v e

autumn dove
#

I’m going to create a new post by Monday

#

It will have updated specs, pictures, and a more in depth description

#

Sigma

#

I’m also just bored of keeping this post alive so hopefully a fresh new one will help

bright tapir
autumn dove
autumn dove
#

Ewcucw

#

That’s revive but I shifted to the letters next to the real ones

autumn dove
#

Trbobr

#

Same thing but shifted right

granite quartz
#

E

autumn dove
#

E

tight elk
#

E^2

autumn dove
#

E^3

raven isle
#

E^4

raven isle
raven isle
tight elk
#

625

raven isle
tight elk
#

390,625

autumn dove
#

Evaluate 3^2+x^3=x^4+5

thorn marsh
#

How did you make an 8 bit computer?

autumn dove
#

Idk how to explain

#

I just made it, it’s pretty simple, you just need memory, storage, an adder/subtractor, and something to interpret the code on memory

#

That’s basically it

autumn dove
#

Revive

woeful kettle
autumn dove
#

Almost done

#

I calculated all the blocks before hand

#

Barely though

#

Actually it’s 500+ less, i won’t be surprised still it’s done though

granite quartz
#

Maybe

granite quartz
#

😎

thorn marsh
#

Cool bird

autumn dove
#

Qqzqzq.

#

That’s revive but only using the first letter on the row yhe letters are in

raven isle
#

Yo truGamer

#

I am making a battleship game but I made it so it randomize the ships location and its a 8x8 grid and how do I check if the 1-7 x's lines up with the 1-7 y's

thorn marsh
#

Can we get an Nvidia 4090 grafix gard?

raven isle
#

I'm trying to check each coordinate so from the rng I have 8 x and 8 y to check

autumn dove
#

Like if it’s on?

#

Like on the other players ship

raven isle
#

Where to place the ships

autumn dove
#

Uou can just use an and gate that connects to the 2 lines

#

Then hook it up to a toggle

#

You’ll also need to be able to read from he point aswell to detect when another player shoots it

#

I might be able to get on later to show you a design

raven isle
#

Kk

#

I might be able to

autumn dove
#

When could you get on? Like how long till?

autumn dove
#

Maybe more maybe less

#

Depends

raven isle
#

@autumn dove what about now?

autumn dove
#

Mb didnt have my phone on me

raven isle
#

I already have it done

#

I found it out

autumn dove
#

R

#

E

#

V

#

I

#

V

#

E

raven isle
#

R^2

#

E^2

#

V^2

#

I^2

#

V^2

#

E^2

autumn dove
#

E

#

V

#

I

#

V

#

E

#

R

granite quartz
thorn marsh
#

Can it run yeeps?

autumn dove
#

In a thousand years

thorn marsh
#

Just gonna wait

autumn dove
#

lol

autumn dove
thorn marsh
#

So a bit more

#

Waiting

autumn dove
#

Revive

white lantern
#

when can it run doom

autumn dove
granite quartz
#

Yeah

thorn marsh
#

Maybe a retro game like pac man

#

Maybe it can run that

dense grove
#

true

#

Someone DID make a semi-functional tetris (code tetris)

autumn dove
#

Even.

autumn dove
#

Bump

granite quartz
#

E

autumn dove
#

Rebooting at reboot van

autumn dove
#

Revive

autumn dove
#

Rrrrr

dense grove
#

Aaaaaaa

languid vault
#

How about snake? That uses basically 0 memory

dense grove
#

Maybe?

autumn dove
autumn dove
#

Eeee

granite quartz
#

Revive

lone helm
#

I’d love to see it that looks crazy

half swift
#

I was working on an 8-bit computer myself, but ended up not continuing it. You should keep going on this one though! Can't wait to see it done :D

autumn dove
autumn dove
#

?help

mental oracleBOT
#
**Help**

Type ?help command for more info on a command.

Commands

?help
?camera
?dm
?labrat
?mobile
?pins
?rule
?skybasing
?status
?wiki
?block
?cc
?reviewer
?mod

Description

Displays this message
Info on cameras
DM'ing policy
Info on labrats
How to get the mobile app
Read the pins
Shows the rule
Rules on skybasing
Game status
Wiki
Block Collecting Policy
What is a Content Creator
What is a Reviewer
What is a Moderator

autumn dove
#

lol mb hus ranted to see commands

#

Like

#

?pins

mental oracleBOT
#

Please read the pins before asking questions

autumn dove
#

What are pins?

half swift
granite quartz
#

Ok

autumn dove
autumn dove
#

Revive

half swift
#

how’s the computer going

autumn dove
#

We got a ram dumb screen and we working on rom now

half swift
#

I can help if you want

autumn dove
#

So almost finished

autumn dove
half swift
#

alr

#

been wanting to make a computer, but it’s so hard to do it alone.

#

already scrapped like 10 designs

autumn dove
half swift
#

if you could program in statements and while loops, that would help a lot.

#

will this be programmable in play mode?

autumn dove
half swift
#

ah

autumn dove
#

Keep in mind I have reset 2 times since the original post so it’s not quite 60% at this point

autumn dove
# half swift ah

K I’ll be on for like the next 30-45 minutes ping me if you wanna hop on

half swift
#

alright

#

I’m eating food so it’ll be a bit

autumn dove
autumn dove
#

???

half swift
#

I don’t think I can today sorry

autumn dove
granite quartz
#

🥶 Revive 🥶

autumn dove
autumn dove
#

I watched the whole thing through and it’s low-key better than the regular one

autumn dove
half swift
autumn dove
autumn dove
half swift
#

alr

half swift
autumn dove
#

K I’ll add you in a min

#

I’m either leprechaun or toughlime don’t ask

autumn dove
autumn dove
half swift
#

alright I’ll get on in a sec

#

I accepted the request also

half swift
autumn dove
half swift
#

alr

autumn dove
#

I’m in Yeeps rn, I’ll leave and rejoin so it updates

last hatch
#

wait this is the one in wired right?

thorn marsh
#

I do think you make a moving house

#

They did it on minecraft

granite quartz
fiery turtle
autumn dove
last hatch
autumn dove
#

Yeah lol didnt have much then

#

But now that’s fully functional ram

thorn marsh
low chasm
#

Amazing.

autumn dove
#

I’m gonna make a new post tomorrow I think

#

Pictures, new description, more info, and I’ll go over what I want the cw to actually be aside from the computer

granite quartz
#

Cool

autumn dove
#

Revive

autumn dove
#

Bump

dense grove
#

.

autumn dove
#

Revive

autumn dove
#

Revive again

#

Almost made the new post

#

Need a couple more pics

low chasm
#

Revive.

quiet island
#

Bump (saving this post for when Im home)

autumn dove
#

lol

#

I think maybe just maybe I will finally create a new post this week

#

I got a long break so I should be able to get a bunch done, enough for a new post to be made

autumn dove
#

Maybe

autumn dove
#

Revive

autumn dove
#

Revive again

sand pumice
autumn dove
#

😭

granite quartz
#

Can you play Minecraft

bold abyss
#

Bruh we must run DOOM on this and wait can we now see the computer

#

And use it

granite quartz
#

Yeah

autumn dove
#

I’ll actually make a new post soon as I finally have some more pictures and builds

#

I just need to finish the adder and the instruction interpreter thing then it’s done

stuck hearth
#

?mod

mental oracleBOT
#
What is a Moderator?

Moderators are responsible for keeping Yeeps: Hide and Seek a positive, inclusive space. They mainly work on player reports in Discord, but also spend time in-game watching for violations of our Guidelines.

If applications are open, you can find them in #🛡│moderator-applications along with more info.

Do NOT ask or ping about when applications open. There is no set schedule, so get notified by going to #applications-guide.

If you're passionate about helping this community, the best way to help is by reporting players with clear evidence. Doing so greatly improves their coverage and improves your chances of becoming a Moderator as well.

autumn dove
#

Just testing it?

stuck hearth
autumn dove
#

Alr

granite quartz
#

Cool

autumn dove
#

?griefing

#

?greifing

#

Ugh

#

Thought it was one

tough carbon
#

?block

mental oracleBOT
#
Block Collecting Policy

You will never be banned for owning a specific block, even if it is unreleased or unobtainable.

quick marlin
#

I’m ready to see this sooo bad lmao
i’m a big tech nerd so this has always intrigued me

granite quartz
#

Yeah

autumn dove
#

Also it’s very bare bones atm so it won’t run to many programs, but soon once this is up and running I plan to add more and even make it programmable in play mode, but that’s to hard atm

quick marlin
autumn dove
#

Thanks!

granite quartz
#

Yeah

opaque chasm
granite quartz
#

Maybe maybe

autumn dove
opaque chasm
autumn dove
#

I get what you mean but I see overheating as it shutting off

autumn dove
#

Where it gives a notification saying to many blocks active

autumn dove
#

The one who activates it

opaque chasm
granite quartz
#

Cool

dire vessel
#

is it 8bit because it has 8 pixels on screen

half swift
#

that’s not how that works…

autumn dove
half swift
#

What he said yeepAlpha

autumn dove
#

I wish I could do more but to many blocks and 9bits would be weird

autumn dove
#

And cause they are just 1s and 0s I can just power lights for the 1s snd it creates a display

granite quartz
#

Cool

granite quartz
#

Yeah

autumn dove
#

99% of the components done

#

Soon

#

Don’t got my headset but when I do I will release the world

granite quartz
#

Cool

autumn dove
#

Cool

granite quartz
#

Cool

autumn dove
#

Cool

fiery turtle
granite quartz
#

Cool

sand pumice
granite quartz
#

Cool

autumn dove
#

Cool

granite quartz
#

Cool

autumn dove
#

Cool

granite quartz
#

Cool

fiery turtle
#

Pool

granite quartz
#

Cool pool

autumn dove
#

Cool tool

granite quartz
#

Cool man

autumn dove
#

Just built half of this in a logic sim today, as in like 1.5 hours, shows just how long building in Yeeps takes

#

Well I used slightly different architecture Ig but basically the same

granite quartz
#

The coolest things I made was a calculator and a thing that you can paint with sort of

autumn dove
primal edge
#

The most complicated thing I can make in wiring is a padlock, AND THIS DUDE MAKE A COMPUTER WWW

autumn dove
#

Also to be fair a lot of this is based off of real computers because they use the same components we have in Yeeps, I’m basically just copy and pasting, and maybe compacting the wires a bit

autumn dove
#

Coolio

granite quartz
autumn dove
#

Like 2 screens that contact each other

granite quartz
#

Probably not

#

Though

autumn dove
#

Idk what. Pints as a phone to u

granite quartz
autumn dove
#

Not apps and all that stuff

granite quartz
#

Yeah

#

Cool

granite quartz
granite quartz
#

Cool

autumn dove
#

This time I’m fr I will finish the computer this weekend

#

I’ll make a quick Fibonacci program

#

Do some vids with creators Ik and my own upcoming yt, get some attention, and move on to some other projects

#

So the world will be finished by Monday next week and the promo by Monday the next

#

Then some possible builds to expect in the future:

  1. pong
  2. poker
  3. text engine/wireless messages
  4. stack
  5. Paint
  6. Advanced computer (Update not whole new one)
  7. Platformer
#

All in cw wired!

granite quartz
#

Good luck

granite quartz
#

Revive man

autumn dove
#

W

granite quartz
south bough
#

?dm

mental oracleBOT
#
DM'ing Policy

Do NOT DM or Ping the devs.
Only Ping after trying to get help from mods and other people first.
Do not Ping just to say hi.

ashen shard
#

Really good idea hope your. Good at redstone

south bough
#

?

granite quartz
#

never mind

autumn dove
#

Shouls be done by the end of this weekend thi

autumn dove
south bough
autumn dove
#

Ok

#

I was just wondering

#

I test them all the time too

autumn dove
#

Revive

#

I’m so dumb I didn’t work on it today

#

Cooked

#

I’ll try my hardest to finish I swear

#

But also it’s worth it, I’ve improved the idea a lot, now it should be faster and better

autumn dove
#

Cool

granite quartz
#

Yeah

autumn dove
#

Cool

#

I’m working on it today but no guarantee I’ll get it done

#

I’ll try my best

granite quartz
#

I'm pretty sure

#

Its Not done yet though so I don't think it's open

autumn dove
#

If not I’ll open it later today

autumn dove
#

I forgot to finish the map again lol

#

I’ll do not soon I swear

#

I’m selling

languid vault
autumn dove
#

When it’s done…

whole elm
autumn dove
#

I need to lock in and finish Alr lol

whole elm
#

Fr

granite quartz
#

Yeah

autumn dove
#

Bro I’m sellling

#

I need to get this done

granite quartz
autumn dove
#

Revive?

granite quartz
#

Yeah

autumn dove
#

Revive again

granite quartz
#

Yep

autumn dove
#

I should actually be done this weekend

#

I’m a bit more motivated than before and got some time on my hands

#

Whcih means the map will be open fully ti the public by next week! Cause of vids and stuff

lofty shoal
#

yipee

autumn dove
#

lol

autumn dove
#

I’ll try to finish today… maybe

#

I do need to get some other things done but I should at least have every component done today, they might not be connected tho

autumn dove
#

Pictures! rip:

#

Ram, registers (unfinished),
adder, screen/v-ram

#

Almost done

granite quartz
autumn dove
#

Cool

languid vault
autumn dove
#

Revive, new post tommorow prolly

#

Or later today

granite quartz
autumn dove
languid vault
#

Although the SR latch is pretty useless, you can use the metronome as an easy clock, no?

autumn dove
#

Phew revive

#

Almost lost it there for a moment

autumn dove
#

Updated the post

#

More call accurate to my current design snd not my old one

autumn dove
flint charm
#

You are very talented

autumn dove
#

Donka

granite quartz
autumn dove
#

Revive

quick marlin
granite quartz
autumn dove
fiery turtle
autumn dove
#

Ye lol

autumn dove
#

Revive

granite quartz
#

🤯

last hatch
autumn dove
dense grove
autumn dove
valid pier
last hatch
autumn dove
autumn dove
#

Also *heard

#

☝️🤓

autumn dove
#

Revive

autumn dove
#

Revive again

granite quartz
spring mural
autumn dove
#

Revive again

#

Ooooo

spring mural
autumn dove
#

Mhm

#

Fr

dense grove
#

Just saying

#

I made a post about the Fnaf 3 map I’m making

spring mural
#

Don't promote in other peoples forums

autumn dove
#

Please do not self promote

#

And delete those messages if possible

dense grove
#

k, sorry

valid pier
#

How long till its done i could have made one by now

#

And i might brb

autumn dove
#

Maybe you coulda built a simple one but I’ve been improving snd optimizing this so much you for sure cant make a better one

valid pier
# autumn dove Cap

Im not making a conplex one, all its going to be is the no internet game

autumn dove
#

This is by definition a computer

#

Same as the one you got at home

#

Just simplified a lot to be smaller

#

Good luck on the Dino game tho, I’d love to see it when ur done