Kernel Kitchen banner

Kernel Kitchen

7 devlogs
6h 40m 24s

A game written in java where you are the CPU of a high-load restaurant server. Customers (Processes) are sending HTTP requests for food. Your job is to fetch data (ingredients) from the slow Hard Disk, load them into your limited fast RAM (the Not…

A game written in java where you are the CPU of a high-load restaurant server. Customers (Processes) are sending HTTP requests for food. Your job is to fetch data (ingredients) from the slow Hard Disk, load them into your limited fast RAM (the Notepad), compile them into a Dish, and serve the request before the connection times out.

Repository

Loading README...

orangejuiceplz

Took a small break, but I did some commands – fetch and make to be specific. Plan on doing compiling which is the most complex thing so far probably. Might take me a couple.

Attachment
0
orangejuiceplz

Turned the simulation into a full on loop now. Pretty happy w the progress I’m making. I haven’t even spent a lot of time on this yet.

Attachment
1

Comments

Mace
Mace 2 months ago

Sigma

orangejuiceplz

I finished making recipe’s and the recipe book! I plan on making a feature where you can add your own custom recipes later. Very happy with how I turned out, I got to use many of my favorite types such as Maps

Attachment
0
orangejuiceplz

I finished the RAM slot class, which holds objects of type ingredient. Ingredients hold a state of either RAW, COOKED, or BURNT via an enum. That’s basically all I did.

Attachment
0
orangejuiceplz

Finalizing the master design to begin working on rule implementation.

Attachment
Attachment
0