Wow, seeing the internal parts of a cpu put into minecraft really gets you thinking about how hard it is for AMD and INTEL to put all of this into one 1 by 1 inch square cpu chip. I'm sorry but the video was too long for attention span right now so could you tell me if you used a TTL (transistor-transistor logic) etc?
I don't understand any of this at all, I have no idea what it does, how it works, how WELL it works or if you're placing redstone randomly and waiting for someone to figure out it's all a joke.
@MrNittles You don't need to know a lot about computers to make this. You just need to know some basic things, a good brain and you need to be able to count in binary.
@Rubenz343 This actually only took about 5-6 accumulative hours once I was done with it- I took it as a project :). I spent 3 hours making an ALU because I felt that theinternetFTW's was far to large/slow, once that was done (I got it to be about 1/4th the size) I decided to make a register model, then the control, busing and finally the program counter.
@MrMartin15662 Here's the funny thing: I am design a "USB" hub for minecraft computers that would act like regular RAM, making it very compatible across most computer platforms. (including all hacks, this old one and my new one alike.) The MCTP (minecraft transfer protocol) is actually a large project that has been in the making for weeks in the RDF. It is a huge router, and the usb could potentially have an easy link to the ether-net. It is made to link things, and it could happen.
@redstonewarrior please please please oh god PLEASE keep working on this! i dream of a day when we can create fully executable programs in Redstone computers, and if you can make "routers" and things like that, perhaps there could be a day when people could play multiplayer Redstone games.... in Minecraft.
this seems huge at first but keep in mind that this whole project is contained it a very small aprt of a harddrive. this thing is very close to a nanocomputer.
@MrNittles you're right. you don't know that much about computer hardware.
the only use of 3 dimensions he's made is to "simulate" 2d transistor wiring, since minecraft doesn't have the same capacity to utilize a 2d die that we do with real chips.
@tobivandamme It's disappointing to read comments like this; what exactly do you mean when you say this? Obviously the person who built this is both talented and doing something they love to do. What else is required to 'have a life'?
This is a pretty incredible simulation--the person who has built it should be proud.
@MrNittles Ivy Bridge processors are going to be "3 dimensional". A processor is millions of on/off switches called transistors. The transistors in Intel's latest CPU's are 32 nanometers in size, they are laid down flat. The upcoming Intel Ivy Bridge (3D) is going to have 22 nanometer transistors laid on their side. They can fit three times as many 22nm transistors because of this, compared to how many 32nm transistors can be fit.
Eventually it will become truly 3D as it continues evolving.
thumbs up if this is true... you dont have to make some ulti-mega funcunal redstone comp. u just have to set a hole bunch of blocks w/ redstone on.. am i right?
@MrNittles ... There are microprocessors 1000x more powerful as this. this is a basic 16 bit turring complete computer, with no accelerators and only one ALU. the computer you are on could simulate thousands of these if you made it do so in assembly.
@jr5000pwp your a douche, let people believe what they want. for some people, its a reason for life, for others, god is just the person who picks where you go afterwards, and the other people that dont have or follow a religion, apparently they are split into two groups. you sir, are in the rude group. work to be in the kind one rather than being a complete jerk like i do :-| be kind and keep opinions specifically based on hurting a group of other people. its not that hard
@ztsb45 It is for people who cant grasp the fact that we were evolved from earlier creatures. They want answers now and the only way they can get an answer now is to relate it to some god. Science is disproving religion bit by bit, eventually, we will know everything (Maybe not soon/in our lifetimes)
@jr5000pwp Science is not ONLY disproving religion. Science on many occasions has proven religion more possible. Science has helped in showing the possibility of many religious beliefs to be true, each time something goes bad for religion, something else also goes good. REMEMBER THIS ONE STATEMENT, through scientific testing, nothing can be proven wrong, things can only be proven possible or show evidence of something being false. that evidence can lead to a conclusion, but evidence isnt proof.
I know dat, but you should try and go for a game with AI in it, that'll blow poeple's minds! IF you make pong they'll just go: "Oh, someone already did that" But it's your choice man, I bet If you hook it up to some pistons holding back sand you could make a convenient tetris screen too. Oh and one more thing: Why Alpha?? What's wrong with Beta?
@mastermax7 In total I could have made it small even before the repeater block (i made a unit for the ALU 4 blocks shorter) but that could mean remaking the hole thing. it would be easy (second time around) but would take time.
@ham236 I spoke incorrect, sorry. i mean 1100 (i always find myself saying "0011") but added one by mistake. The computer, on the other hand, made no such mistake. (D=1100)
@seemagics my inventory editor does not work in beta, and the newest version does not work on my computer. and yes, i know about repeaters but after seeing them i am not too big of a fan of them.
@seemagics Well... i need to add more ROM for any large scale program (no time yet, keep you posted.) I need to hook up the RAM (RAM ties into I/O) and i need to make a program for this thing
lol, could somone tell me how im building small shacks and mining coal while you're building an f'ing computer? also could you tell me the basics of it, like what does it do?
@NoizeHD Redstone dust is a material you get from redstone ore, found at the bottom of the map. it carries a current, and is essential wire. if you place it above a piece of stick in a crafting table, you get a redstone torch. they act a NOT gates (if you give them current they turn off, if it has no input then it gives output). The wires act as OR gates, and using digital logic you can make just about any circuit (not counting the rendering distance) and no, i have not yet made minecraft.
@NoizeHD As for what is does, it holds values and manipulates them based on the instructions. it also has the ability to skip to a certain instruction if told to.
@NoizeHD There are two registers, an ALU and a program counter essentially (more than that but...) the instructions tells the registers, ALU and the program counter what to do (ALU: invert input 1, input 2 output, zero input 1,input 2, add/AND.) The registers can be set to the ALU output (Exception: A register can have direct input from instruction) and the PC can be told to branch conditionally. there is a better explanation at the site (theinternetftw has a link)
it will be slow, but pac man will live. i have it scetched out and am going to work on it as soon as i can. Also: this is a full computer, with time, RAM, ROM and I/O (probs in RAM) it can do anything
Just my hopes and dreams you boiled away. when I said Pac-man I was (of coarse) referring to a simplified version, maybe start with a basic program where a single dot moves across a screen based on an input bit in the RAM. then move onto a few walls and get more complex from there. The coarse that has its students make this computer has them make Tetris for god's sake, and i have made simplified versions of pac-man in 2 low-level languages. not the full pac-man, but a game based off of it.
@JulianAFF i never took the coarse, and i assume that they dont have their students make minecraft computers. the alu video the internetftw made has the link to their online resources. (I cant put links in comments apparently.)
Can it run Crysis
neonpokemon72 1 day ago
Holy crap. And I thought I was good when today I finished my Half-Adder!
qertasdfgzxcvb 1 week ago
any chance of a download link?
ismashudie 2 weeks ago
It doesn't even have a screen
croctorpen 2 weeks ago
vsauce brought me here.
Snor1axAttacks 1 month ago
Now RedStoneWarrior, I'm told you are the very best we have, anyhow you'll have to be!
JFK - Black Ops XD
fm1222 1 month ago
Can you make a computer in minecraft that breaks out of minecraft environment and starts browsing internet?
UltimateRT 1 month ago
Sweeeeeet....whats it for?
Bubbathewheat 1 month ago
So I'm uh plan on getting a life soon
bladespaid 1 month ago
So when do you plan on getting a lige
bladespaid 1 month ago
Wow, seeing the internal parts of a cpu put into minecraft really gets you thinking about how hard it is for AMD and INTEL to put all of this into one 1 by 1 inch square cpu chip. I'm sorry but the video was too long for attention span right now so could you tell me if you used a TTL (transistor-transistor logic) etc?
chickenpoper 1 month ago
I don't understand any of this at all, I have no idea what it does, how it works, how WELL it works or if you're placing redstone randomly and waiting for someone to figure out it's all a joke.
But I am VERY impressed.
DotZorthax 1 month ago 4
@DotZorthax Nah, I don't do that. If you want, I can give a detailed description of each part. Also, this is almost a year old :)
I have much better ones now.
Thank you!
redstonewarrior 1 month ago
@redstonewarrior No thanks, to much information will make my head explode.
I watched your newer videos, they're just as confusing and just as impressive.
DotZorthax 1 month ago
wait... what?
TheGeneralBurn 1 month ago
love your slide show
punchtheface 1 month ago
I'm looking forward to play minecraft in minecraft :3
simonthesuperhawk 1 month ago
notch should have to pay you to have minecraft, you are a minecraft GOD!!!!!!!
mhaseth 1 month ago
This is insane.
How come alot of people know how to do things like this ? (less bits, propably)
Dennemark 2 months ago
What if u could make battlefield on minecraft, that'd be like a free game. Think about that shit
EliasOnePower 2 months ago
You should do a full tutorial XD
swiftelk4 2 months ago
I'd be amazed if it could do a factorial.
Tatarize 2 months ago
yo dawg, I heard you like computers, so I up a computer in your computer so you can compute while you compute.
whynabile 2 months ago
That's a very nice computer you have there.... Ssssssss...
iTzZSuFFeR 2 months ago
shit did you get all this in survival mode?
+108 internets
BEASLAND000 2 months ago
Wow this is crazy. So at some point we may be able to play minecraft... in minecraft
ArtTank50 2 months ago 17
@ArtTank50 Sure. Want 3D or 2D?
redstonewarrior 2 months ago 16
@ArtTank50 Minecraft-ception?
GenericRubbishName 2 months ago
@ArtTank50 mineception
faxatron 1 month ago
will it blend?
willtoulan 2 months ago
download?
wapo172 3 months ago
@Barsaurus too good for crysis but maybe crysis 2 and BF3?
CryptoniXXX 3 months ago
try without hacking :D
yunochipz 3 months ago
if thats a server i would get some water to fix ur mistakes
yunochipz 3 months ago
@MrNittles You don't need to know a lot about computers to make this. You just need to know some basic things, a good brain and you need to be able to count in binary.
YourComputerExpert 3 months ago
*creeper goes in* OH SHI- BOOOOM!!!!
chess7390 3 months ago
Comment removed
chess7390 3 months ago
yeah, so i made a dirt house today. it had a pig...
MrJefferytheElephant 4 months ago
@MrJefferytheElephant noob
TheTellybean 3 months ago
how much time you spent on doing this, man?
Rubenz343 4 months ago
@Rubenz343 This actually only took about 5-6 accumulative hours once I was done with it- I took it as a project :). I spent 3 hours making an ALU because I felt that theinternetFTW's was far to large/slow, once that was done (I got it to be about 1/4th the size) I decided to make a register model, then the control, busing and finally the program counter.
redstonewarrior 4 months ago
Just wow
MrKilotaras 4 months ago
Thatsssssssss and nicccccccce computer you got there,too bad if something were to happen to it ssssssssssssssssssssss
vashnumba1fan2 4 months ago
Dude you've got sheeps pigs and cows in your hardware! am I the only one realise that?
expresci 4 months ago
Someone should make a mod that adds a real computer (basicly a virtual machine) to minecraft.
natterboy 4 months ago
Good. How do I download porn on it?
jawallace1991 4 months ago
Is THere a Download Link
ISCDiiVINE 4 months ago
i bet you'd be pissed if a creeper blew up..... this is really amazing and well done i didnt think it was possible but now i believe
Grantie17 4 months ago
so this is where my windows 1.0 alpha went
savelijah 4 months ago
PROGRAM IT TO GO ON THE MINENET (INTERNET)!!!
MrMartin15662 4 months ago
@MrMartin15662 Here's the funny thing: I am design a "USB" hub for minecraft computers that would act like regular RAM, making it very compatible across most computer platforms. (including all hacks, this old one and my new one alike.) The MCTP (minecraft transfer protocol) is actually a large project that has been in the making for weeks in the RDF. It is a huge router, and the usb could potentially have an easy link to the ether-net. It is made to link things, and it could happen.
redstonewarrior 4 months ago
@redstonewarrior MINDFUCK: WHEN YOU UNDERSTAND IT YOU WILL SHIT BRIX!!!!!
MrMartin15662 4 months ago
@redstonewarrior please please please oh god PLEASE keep working on this! i dream of a day when we can create fully executable programs in Redstone computers, and if you can make "routers" and things like that, perhaps there could be a day when people could play multiplayer Redstone games.... in Minecraft.
inb4 Minecraft server ON a Minecraft server.
EpicZantetsuken 3 months ago
Hey its my Windows 95 Laptop! lol
RoShAnOWNEDyou 4 months ago
this seems huge at first but keep in mind that this whole project is contained it a very small aprt of a harddrive. this thing is very close to a nanocomputer.
malkavianantitribu 5 months ago
So this redstone computer has more ram than the atari 2600...
kargaroc386 5 months ago
Dude what are you doing in minecraft get a job as a freaking scientist man!
ahngelooh 5 months ago
whoa this looks like an engineering project
roamerreed 6 months ago
How long u need to build this ? O.o Nice guy !
OffensivKampfClan 6 months ago
This is like some bizarre, meta, inception, dream within a dream type stuff.
What if you eventually make a computer in minecraft that can actually play minecraft?
JanPanda 6 months ago 11
@JanPanda And then you could make a computer in that Minecraft to play minecraft within minecraft within minecraft.
BassPlayingSnowman 2 months ago
@JanPanda
and you built a computer in that sub-minecraft.
MINECEPTION
nebbful 1 month ago
A wild creeper appears...
grodzix 6 months ago
Now... With a lot of repetition we can finally build a calculating machine!
tadwollop 6 months ago
@MrNittles you're right. you don't know that much about computer hardware.
the only use of 3 dimensions he's made is to "simulate" 2d transistor wiring, since minecraft doesn't have the same capacity to utilize a 2d die that we do with real chips.
sharpnova2 6 months ago
DUDE!
ibshortkid94 6 months ago
This comment has received too many negative votes show
GET A LIFE
tobivandamme 6 months ago
@tobivandamme It's disappointing to read comments like this; what exactly do you mean when you say this? Obviously the person who built this is both talented and doing something they love to do. What else is required to 'have a life'?
This is a pretty incredible simulation--the person who has built it should be proud.
cs2501x 6 months ago
Seems like the OP has read the mock up on the computer of the Undead from /tg/
Hyperionl10 6 months ago
Coding a computer inside a game... Damn...
Ninja4lifeme 6 months ago 2
WTF? R U A GENIUS?
YaNke3S19 6 months ago
@MrNittles Ivy Bridge processors are going to be "3 dimensional". A processor is millions of on/off switches called transistors. The transistors in Intel's latest CPU's are 32 nanometers in size, they are laid down flat. The upcoming Intel Ivy Bridge (3D) is going to have 22 nanometer transistors laid on their side. They can fit three times as many 22nm transistors because of this, compared to how many 32nm transistors can be fit.
Eventually it will become truly 3D as it continues evolving.
BritaniaRuleAgain 6 months ago
minecraft is 8 bit
kingaxron 6 months ago
THE MINECRAFT GUY CAN FINALLY PLAY MINECRAFT!!!
Hoogabogalugi1 6 months ago
can you go online with it ?? :P
Minimixer112 7 months ago
Define this please its interesting?
Threedog245 7 months ago
Mine is 64bit computer
KillCapjohns 7 months ago
Someone knows how to play minecraft. o.o
Slowpokekitty 7 months ago 3
Wtf o-O u made a pc and then let it run a calculation program this is sick pro
diederickkie 7 months ago
Are there no switches in Alpha 1.12?
Knocking out torches seems crude for such an engineering marvel
Ashtree81 7 months ago
thumbs up if you noticed he has 91 torchs
plko18 7 months ago
@redstonewarrior =\ I fail to see what the function of this is... Does it actually serve a purpose or is it more proof of concept?
pbguru101 7 months ago
zucaro built one with 1024 bit
NE0NDEVIL13 7 months ago
WTF!!!
TjSBMD1810 8 months ago
Sry what is ALU?
NR1BB 8 months ago
Head gas gone kaboom daboom boom
MrBoombam1 8 months ago
now...record tutorial how to create it :D
mankom21 8 months ago
@mankom21 lol ya right!! jk
rubixmaster5567 7 months ago
thumbs up if this is true... you dont have to make some ulti-mega funcunal redstone comp. u just have to set a hole bunch of blocks w/ redstone on.. am i right?
MyMadLolz 8 months ago
How many Ghash/sec? :)
ladams00 8 months ago
Look! It's a bug... Oh, no... Just a pig.
mguedess 8 months ago
Awesome but this guy on my server is creating AI. Hes making a virtual pet. A little more complex
MrKyleOwns 8 months ago
Asian, obviously.
SkyewardMedia 8 months ago
for wich do you need this in minecraft or what does it do?
i dont know so much about chip technologie!
tell me what is the task of it
MATTIS962 8 months ago
@MrNittles 3D Microchips are 10 years old already. But Intel is making the first commercially available one soon.
Ditherliss 8 months ago
A computer within a computer.....
INCEPTION
Seriously though, well done! (emphasis on well done) I can barely make a doorbell!
HedgehogStudios1 8 months ago
You probably were told this many times before, but I'll be the next to say it; you sir, are a genius!
coairrob777 8 months ago
You made an entire computer, but you don't know you can just /fly us around the map...?
sher1412 9 months ago
come on. how did you do it?
s2pideleprank 9 months ago
@MrNittles ... There are microprocessors 1000x more powerful as this. this is a basic 16 bit turring complete computer, with no accelerators and only one ALU. the computer you are on could simulate thousands of these if you made it do so in assembly.
redstonewarrior 9 months ago
@redstonewarrior More powerful maybe, but do real microprocessors currently use 3D designs? I've never heard of it.
YTMrVulcan 7 months ago
yo dawg, i heard you like computers.
MrJamesYabut 9 months ago
2 people aren't smart enough to make something like this... wait, who the hell is smart enough to make this besides these "gifted" people?
crystallyx 9 months ago
Umm sir there is this thing that god made a while back called a life, you should ask for one for christmas or something
Mcstallion95 9 months ago
@Mcstallion95 Lol, god didn't create life, there is no such thing as god. Dumbass gullible religious prick.
jr5000pwp 9 months ago
@jr5000pwp your a douche, let people believe what they want. for some people, its a reason for life, for others, god is just the person who picks where you go afterwards, and the other people that dont have or follow a religion, apparently they are split into two groups. you sir, are in the rude group. work to be in the kind one rather than being a complete jerk like i do :-| be kind and keep opinions specifically based on hurting a group of other people. its not that hard
ztsb45 9 months ago
@ztsb45 It is for people who cant grasp the fact that we were evolved from earlier creatures. They want answers now and the only way they can get an answer now is to relate it to some god. Science is disproving religion bit by bit, eventually, we will know everything (Maybe not soon/in our lifetimes)
jr5000pwp 9 months ago
@jr5000pwp Science is not ONLY disproving religion. Science on many occasions has proven religion more possible. Science has helped in showing the possibility of many religious beliefs to be true, each time something goes bad for religion, something else also goes good. REMEMBER THIS ONE STATEMENT, through scientific testing, nothing can be proven wrong, things can only be proven possible or show evidence of something being false. that evidence can lead to a conclusion, but evidence isnt proof.
ztsb45 8 months ago
@Mcstallion95 Being creative versus trolling on youtube videos.
He has a better life.
Garrence88 9 months ago
Oh my god you sir are a genius.
ilovsaw 10 months ago
So you built a computer
on a computer.
youtube(.)com/watch?v=m8c_4UZdPJs
VioletWolf24 10 months ago
@below : there's a description, read it.
Unexpectance 10 months ago
What can you use this for?
johannico1 10 months ago
You sir, is awesome. that's all i have to say, goodbye.
fredrik96 10 months ago
And to think this is all made by on and off switches, just like real-life computers
ManningtoNicks 10 months ago
How is this only 90% Liked? It should be 190%!!
TheSnakeonastick 10 months ago
Comment removed
anewcowboy 10 months ago
and I'm still stcuk trying to get sulfur XD
anewcowboy 10 months ago
ZOMG
Dali0ne 10 months ago
:O.....
Vaki1337 10 months ago
I know dat, but you should try and go for a game with AI in it, that'll blow poeple's minds! IF you make pong they'll just go: "Oh, someone already did that" But it's your choice man, I bet If you hook it up to some pistons holding back sand you could make a convenient tetris screen too. Oh and one more thing: Why Alpha?? What's wrong with Beta?
Muffinworks 11 months ago
DON'T MAKE PONG!! Someone already made that, saw it on reddit, MAKE PAC-MAN! :D
Muffinworks 11 months ago
@Muffinworks But THEY made a computer FOR pong... mine has not set function(is programable)
redstonewarrior 11 months ago 17
Why not use the new repeater block? You could make it even smaller (with that much space it adds up)
mastermax7 11 months ago
@mastermax7 In total I could have made it small even before the repeater block (i made a unit for the ALU 4 blocks shorter) but that could mean remaking the hole thing. it would be easy (second time around) but would take time.
redstonewarrior 11 months ago
You should buy minecraft not pirate it! It's not expensive!
DaniQ123 11 months ago
@DaniQ123 what makes you think he pirated it?
cloveland56 11 months ago
@DaniQ123 I do own minecraft, username redstonewarrior. i did not like the look of beta so i keep alpha instead.
redstonewarrior 11 months ago 13
@redstonewarrior There is no different in the design of minecraft? The only differences are the new features, the bugs and the bugfixes right?
DaniQ123 11 months ago
@redstonewarrior beta has repeaters and u can get a texturee pack that makes minecraft beta look like alpha
eastendrangersgoalie 7 months ago
@redstonewarrior In Beta you can turn off Fancy graphics mode in the options.
TDLinux 6 months ago
@redstonewarrior texture pack?
Birchyboy3000 5 months ago
@DaniQ123 Man I totally agree. It's a good thing we have people like you in the world to keep us all in check.
rockfistus 6 months ago
how is 1011 12?
1100=12
ham236 11 months ago
@ham236 I spoke incorrect, sorry. i mean 1100 (i always find myself saying "0011") but added one by mistake. The computer, on the other hand, made no such mistake. (D=1100)
redstonewarrior 11 months ago
Let me know when you get pong working on there.
Jevonjevich 11 months ago
WHAT BOOK DID YOU READ
ShaneCopseysTV 11 months ago
@ShaneCopseysTV Non really.... learned about digital logic online and found high level designs of this CPU on the web. (they were vague though)
redstonewarrior 11 months ago
amazing work! One question.
is there a reason why you are using alpha?
I'm pretty sure that you know there is a repeater in beta
seemagics 1 year ago
@seemagics my inventory editor does not work in beta, and the newest version does not work on my computer. and yes, i know about repeaters but after seeing them i am not too big of a fan of them.
redstonewarrior 1 year ago
@redstonewarrior
Thanks for the reply.
so Is I/O all you need to complete this computer?
seemagics 1 year ago
@seemagics Well... i need to add more ROM for any large scale program (no time yet, keep you posted.) I need to hook up the RAM (RAM ties into I/O) and i need to make a program for this thing
redstonewarrior 1 year ago
@redstonewarrior WHAT BOOK DID YOU READ
ShaneCopseysTV 11 months ago
@redstonewarrior get a mod called "toomanyitems" that should work on the latest version
TheJessassin 11 months ago
@TheJessassin My current setup is pretty nice and i am too lazy to switch :P
redstonewarrior 11 months ago
@redstonewarrior well alright then...
TheJessassin 11 months ago
Yes but... Will it blend?
Sorry, too easy xD Amazing work so far. Can just about manage to make an 8bit calculator myself.
Triral7 1 year ago
lol, could somone tell me how im building small shacks and mining coal while you're building an f'ing computer? also could you tell me the basics of it, like what does it do?
can i go on minecraft in minecraft? xD
NoizeHD 1 year ago
@NoizeHD Redstone dust is a material you get from redstone ore, found at the bottom of the map. it carries a current, and is essential wire. if you place it above a piece of stick in a crafting table, you get a redstone torch. they act a NOT gates (if you give them current they turn off, if it has no input then it gives output). The wires act as OR gates, and using digital logic you can make just about any circuit (not counting the rendering distance) and no, i have not yet made minecraft.
redstonewarrior 1 year ago
@NoizeHD As for what is does, it holds values and manipulates them based on the instructions. it also has the ability to skip to a certain instruction if told to.
redstonewarrior 1 year ago
@redstonewarrior
what intrustions, what does it do?
NoizeHD 1 year ago
@NoizeHD There are two registers, an ALU and a program counter essentially (more than that but...) the instructions tells the registers, ALU and the program counter what to do (ALU: invert input 1, input 2 output, zero input 1,input 2, add/AND.) The registers can be set to the ALU output (Exception: A register can have direct input from instruction) and the PC can be told to branch conditionally. there is a better explanation at the site (theinternetftw has a link)
redstonewarrior 1 year ago
it will be slow, but pac man will live. i have it scetched out and am going to work on it as soon as i can. Also: this is a full computer, with time, RAM, ROM and I/O (probs in RAM) it can do anything
redstonewarrior 1 year ago
Just my hopes and dreams you boiled away. when I said Pac-man I was (of coarse) referring to a simplified version, maybe start with a basic program where a single dot moves across a screen based on an input bit in the RAM. then move onto a few walls and get more complex from there. The coarse that has its students make this computer has them make Tetris for god's sake, and i have made simplified versions of pac-man in 2 low-level languages. not the full pac-man, but a game based off of it.
redstonewarrior 1 year ago
@redstonewarrior What course is that and where? Sounds like a very in depth course to make you do this. Its an amazing assignment.
JulianAFF 1 year ago
@JulianAFF i never took the coarse, and i assume that they dont have their students make minecraft computers. the alu video the internetftw made has the link to their online resources. (I cant put links in comments apparently.)
redstonewarrior 1 year ago
Pacman?? Really? I won't believe that until i see it. Pong is reachable, but i don't think pacman is..
TheXboxnut 1 year ago