Search found 157 matches

by 100goats
Wed Oct 28, 2020 7:11 pm
Forum: Game Development
Topic: Door To Life Feedback
Replies: 23
Views: 35892

Re: Door To Life Feedback

I am going to come back to developing this game soon and just make it a general compilation of gameplay from my favorite video games e.g. Legend of Zelda, Zelda 2, Link to the Past, classic Prince of Persia, etc. I plan on adding a final boss level that is accessible from the beginning of the game. ...
by 100goats
Sun Oct 25, 2020 6:12 am
Forum: Game Development
Topic: Hey guys, I would love some feedback on my metroidvania game!
Replies: 61
Views: 71641

Re: Hey guys, I would love some feedback on my metroidvania game!

That is great! How long have you been working on your video game?
by 100goats
Fri Oct 02, 2020 7:00 pm
Forum: Game Development
Topic: New Game
Replies: 5
Views: 11393

Re: New Game

Sounds interesting. I look forward to seeing gameplay for this.
by 100goats
Fri Sep 25, 2020 7:30 am
Forum: Game Development
Topic: Analog Circuit Video Game Concept
Replies: 15
Views: 33895

Re: Analog Circuit Video Game Concept

I have been having a very difficult time trying to make a way to produce discrete graphics(e.g a dot) in video signal from from only continuous analog signals. Analog signals are continuous and can't be discretely changed at a certain point, but rather over a certain range periodically with the chan...
by 100goats
Sun Aug 16, 2020 10:27 pm
Forum: Game Development
Topic: Analog Circuit Video Game Concept
Replies: 15
Views: 33895

Re: Analog Circuit Video Game Concept

I'm using LTSpice circuit simulation software at the moment. I will move on to real parts soon. This is a picture of the whole circuit. It uses 24 op-amps, 4 nmos, many resistors. https://i.postimg.cc/xkLxS0HB/whole-circuit.png This is the test circuit for collision detection. The picture shows that...
by 100goats
Tue Aug 11, 2020 2:32 am
Forum: Game Development
Topic: Analog Circuit Video Game Concept
Replies: 15
Views: 33895

Re: Analog Circuit Video Game Concept

I have collision detection working well. It was difficult, but rewarding. I just made a circuit that subtracted voltages representing x,y coordinates of 2 objects. Then, the subtraction result was passed to a positive negative indicator circuit with its output connected to a differentiator to get th...
by 100goats
Tue Jul 28, 2020 3:47 am
Forum: Game Development
Topic: Re thinking my game as an "app that creates game content."
Replies: 2
Views: 14734

Re: Re thinking my game as an "app that creates game content."

That's good!

I can imagine the AI for this would be difficult.
by 100goats
Tue Jul 28, 2020 3:45 am
Forum: Game Development
Topic: Analog Circuit Video Game Concept
Replies: 15
Views: 33895

Re: Analog Circuit Video Game Concept

I started tracking this project on Github. https://github.com/adct-the-experimenter/Analog-VG-Stabber So far I was able to have player position and weapon position set by joystick input and center weapon around player. I need to design a circuit that reacts to zero volt difference between a player's...
by 100goats
Fri Jul 24, 2020 5:02 pm
Forum: Game Development
Topic: Analog Circuit Video Game Concept
Replies: 15
Views: 33895

Re: Analog Circuit Video Game Concept

Thanks, man! = ) How can you use circuit logic? Like... are you going to build a board with a tiny microprocessor on it? I am not going to use a microprocessor since it is a digital circuit component and I want to only use analog circuit components for analog circuit logic for this project. I can us...