Show HN: A game where you build a GPU
111–120 of 201 posts
Re: Show HN: A game where you build a GPU
#112Re: Show HN: A game where you build a GPU
#113This is great! Some comments: - I didn't like the "truth tables" one, I got many duplicate questions and for some reason I got only one second for the first question. The rest of the questions I managed to answer correctly but I still got only one start out of three? - I got very confused by the capacitor. Capacitors do not have an "enable" gate! In fact, in 2.7 (1T1C) you are supposed to build the enable gate -- wit…
If someone is seeing this for the first time they may have never seen some of those gates and you quiz them.
Then finally after passing the quiz, you define NAND and NOR and Inverter.
Swap the teaching one to be the intro to the truth tables one.
Second bit of feedback is the timer. Increase the time allotted. I know them very well and still was struggling to get all the input correct before the timer hit. Or consider possibly just eliminating the timer completely - if your goal is to be sure that they know them.
Re: Show HN: A game where you build a GPU
#114Must be missing something - is there a way to save progress?
Re: Show HN: A game where you build a GPU
#115Earlier quoted context omitted.
fixed!
I've made it through about the first ten parts of section 2. Some additional feedback I've put together: * Sometimes explanations are overly lacking, other times they get repetitive. This feels like it needs to be accompanied by a course to fully deliver value. For instance, we're kind of thrown into truth gates without having really gone over them. And understanding how to combine NMOS and PMOS gates could use a bet…
I'll be uploading arcs 3 and 4 soon (which will be programming the CPU and the start of GPU arch soon (people have gone through arcs 1 and 2 slightly faster than I expected)
Re: Show HN: A game where you build a GPU
#116The truth tables are way too hard for me. I need time to think and the 10 seconds is way too fast. If this is intended to be a teaching resource, avoid timers IMHO. It needlessly excludes people.
makes sense, idk if i want to remove times altogether (i personally found it fun + i want the game to be fun for all levels of familiarity), but ill add a modal to explicitly select difficulty level at the start of the racer game, i def agree w/ u overall
Re: Show HN: A game where you build a GPU
#117This is great! Some comments: - I didn't like the "truth tables" one, I got many duplicate questions and for some reason I got only one second for the first question. The rest of the questions I managed to answer correctly but I still got only one start out of three? - I got very confused by the capacitor. Capacitors do not have an "enable" gate! In fact, in 2.7 (1T1C) you are supposed to build the enable gate -- wit…
Agreed, truth tables one is important. But it's backwards, you test people on truth tables before teaching them. If someone is seeing this for the first time they may have never seen some of those gates and you quiz them. Then finally after passing the quiz, you define NAND and NOR and Inverter. Swap the teaching one to be the intro to the truth tables one. Second bit of feedback is the timer. Increase the time allot…
Re: Show HN: A game where you build a GPU
#118Re: Show HN: A game where you build a GPU
#119love it, some level (full adder with 8 inputs) where a bit repetative, but it is fun.
Re: Show HN: A game where you build a GPU
#120Earlier quoted context omitted.
I want to fix this, could you elaborate a bit (would help even more if you pressed the copy circuit and pasted the result here)
Add 2 AND gates, 1 NOT gate G0 = D0 AND SEL G1 = NOT SEL G2 = D1 AND G1 G0 -> Ans G2 -> Ans