Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Noobly-Walker

23
Posts
2
Topics
1
Following
A member registered Feb 14, 2022

Recent community posts

(1 edit)

Cucumbers are a type of fruit. However, strawberries have their seeds on the outside instead of within, so they are the real imposters.

I lost due to a gun propelling itself out of the box. BS.

(1 edit)

Cool. I found another bug, though. Zooming around can cause the graphical shape and position of wires, as well as the positions of components to become messed up.

(1 edit)

The Zoom function of your mod seems to break when, from the component design screen, you go Menu > New (Ctrl+N), or edit a part from Menu > Library (Ctrl+L) > Edit. It fixes itself when you quit to main and reload a project.

Additionally, when first opening a project, you can only pan the component design screen left or right, but when you choose to make a new chip or edit an existing chip, you gain the ability to pan in all directions.

Very cool! I'll check this out. :D

It is impossible to roll a 1. A 2-sided die will always land on 2.

(8 edits)

Clicking "New Game" does not reset the numbers or prices of buildings, or the price of Saving Game. Had to clear cookies, ironically...

If you have no cookies when the Shops attempt to sell cookies, then the shops quit functioning.

Having at least 1000 cookies moves the number of cookies to the next line, at least for me.

Why does it cost money to save, anyway? And why does the cost increase? I've never heard of an idle game doing that before. I also don't know how I feel about a fixed percentage of my cookies getting deleted for no reason every so often.

I feel like the bar should be better explained (purple is CO2 and blue is O2), and should also stay visible throughout the game.

I noticed a bug where it is possible to clip through the wall when colliding with a platform and a wall at the same time.

The tower is not endless. Perhaps add an endless mode after the jam, where in the place of a timer, it shows your height. Also, more hazards to keep you on your toes.

(1 edit)

My feedback for this game is as follows:
- I would like that I only need to make the thing that makes the fuel once, and i take it with me, like any other upgrade. Given how small it is, it doesn't make sense to leave it behind.
- Making fuel turns the maximum amount organic into fuel, whether your fuel tank can hold it or not.
- You should make fuel tank upgrades procedural, perhaps. Each further upgrade is 200 more metal, and gives 50 more fuel capacity.
- Crystal and Gelatin have little use besides single-use upgrades. Perhaps more recipes should be thought up?
- Crystal can only be found as items that spawn before the door, and you are given too much.
- Past the door, gelatin cubes, rock piles, tofu blocks, and rolling stones spawn infinitely, but are rarely if ever in your way.
- There seems to be a chance that both exits in a room occupy the same wall tile, creating a dead-end.
- Perhaps each room should have 1-4 exits to make things more interesting.
- Two doors on one wall leading to two different rooms makes getting lost easy. Perhaps it should be made so that rooms actually respect each other spacially, so if you were to find two doors on a wall, they both lead to the same room. One wall, or even all four walls, can be nothing but exits. Also, map upgrade for wayfinding.
- Perhaps other biomes can randomly be entered, where the rocks and flat ground have slightly different color schemas. I'd assume this is a desert planet, so other biomes would be something like... normal, ice cap (kinda snowy), mountains (rock walls in the play field), and cave (kinda dark, maybe light upgrade to allow for seeing?)
- Metal blocks can be pushed, revealing the metal they supposedly contain was under them this whole time. Either do not spawn the metal until the block is destroyed (and do so at the block's location), or make metal blocks unpushable. Prefer the former.
- If blocks can be pushed, perhaps there needs to be buttons to push blocks on, to unlock secrets.
- Perhaps other things besides the rover should have textures, if at all possible.
- Plot extension - maybe the goal past the door is to find enough of somewhat rare resources (crystal, for example) to make a homing beacon so you can be rescued.

In general, this is the start of something, and there's a lot of potential here to go in quite a few directions. I hope to see this game further developed. :)

(1 edit)

I was unaware that a separate version was actively being developed. Well... more actively than the "main" version, anyway. I'll have to keep an eye on this!

It's possible to make very complex chips without making wire spaghet. It just takes effort.

(1 edit)

1.00 was released 2020 Nov 16th.
1.01 was released 2022 Dec 9th.
If this trend continues, 1.02 will be released nearly 25 months from now, 2025 Jan 2nd.

Will it? Probably not. If Sebastian is anything like I am when it comes to programming, it's a matter of having the right mood and the time to do it. I imagine he, like billions of other people around the world, has a job, which would help explain his sporadic upload and update schedule.

I recommend modding/plugin support for this simulator. The 7 segment display is not new; I played a modded version of 1.00 over a year ago where someone else put it in the game. Even rudimentary support, such as a folder where you can put custom unity objects, might go a long way. It would help the game grow faster, even when it isn't being actively developed.

Another option is to add an option for people to start with all the basic gates, so they don't have to be made again each time.

First, make a NAND gate by feeding the output of an AND gate to a NOT gate. Then, make this.

(1 edit)

That was what I was thinking regarding the button. Hence why you'd want to make a latch, if you want the button to act like a switch.

It has the same instructions, it just has 8 bit inputs, because someone in this thread insinuated it couldn't be done.

Here's what I think to be an 8 bit SpaghetLU. The mode switcher could be more refined, but with all the buttons shoved together due to there just not being much room, it will just have to work like this. But it does work.

(2 edits)

I have upgraded his spaghet 4 bit logical processor to a spaghet 8 bit logical processor. And addition got rolled into it. You can have more than sixteen pins. SUBTR8 has 18, and this chip now has 20.
Edit: There needs to be an OR gate between mode select and SUBTR8.

As I don't wish to create a post for every feature idea I had, I will list them here.

  • LED: 
    • Can be placed anywhere.
    • 1 pin variant: can either be on or off.
    • 3 pin variant: can either be off, red, green, blue, yellow, cyan, magenta, or white.
    • 3 BUS variant: can be any color from 000 to FFF. See about BUS below.
    • LEDs appear on chips, similar to LCD displays.
  • 4 Wire BUS:
    • BUSes have their own pins. Normal pins can be turned into BUS pins by right clicking, similar to wire colors.
    • BUS pins may either have four test buttons, or a text box for writing down numbers.
    • Makes 8 and 16-bit ALUs much easier to produce.
    • Possible 8 Wire BUS variant to allow for 32 and 64-bit ALUs.
  • Switch: 
    • Can be placed anywhere.
    • Similar to a test button. Click to toggle, outputs a signal.
    • Appears on your 4 bit register, or any other chip it's placed in.
  • Button:
    • Can be placed anywhere.
    • Similar to a test button, except it only emits a signal for a second after being clicked, requiring the player to invent a latch mechanism for certain use cases.
    • Appears on any chip it's placed in.
  • Additional LCD Displays:
    • Dot Matrix Display:
      • A grid of dots that can individually be powered on or off.
      • Requires many input pins, usually more than 16. Basically requires BUSes.
    • 16 Segment Display:
      • A more advanced display that can show additional symbols.
      • Requires 16 input pins. Using BUSes would make things easier.

Left and right arrow keys will rotate the camera in top-down view.

When looking straight ahead, you should release your package when your target is at the very bottom of the screen. A marker below the plane might make that more obvious though.

(2 edits)

Some changes I would make:
- Add settings to adjust graphics
- Toggles to enable clouds between none/static/wind-driven
- The ability to land when the plane flies too low, to better enjoy the scenery
- Freecam with arrow keys
- Score counter based on accuracy. Something like score += 10 - max(round(log(1.585, distanceKmFromTarget)), 0)