Search found 53 matches

by superryan94
Mon May 23, 2016 6:49 am
Forum: Circuit Talk
Topic: Project Snake
Replies: 42
Views: 411587

Re: Project Snake

This is it. The previous was the display reset now connected:P
by superryan94
Mon May 23, 2016 6:47 am
Forum: Circuit Talk
Topic: Project Snake
Replies: 42
Views: 411587

Re: Project Snake

I don't understand things anymore... The problem solved itself out of the blue(which I don't dislike :mrgreen: ) but now I have another thing :? Somehow a feedback signal doesn't always go everywhere.... When Snake eats an apple it will get longer but the signal doens't always leave the screen row i...
by superryan94
Mon May 23, 2016 12:05 am
Forum: Circuit Talk
Topic: Project Snake
Replies: 42
Views: 411587

Re: Project Snake

I use version 2.15.3.24 I know the difference between the JK and RS flip flops. But I needed to use both of them to make it work properly. I tried to work with only JK's or RS'(which would end up as jk) and figured that this is the best way. The reason I don't use a ram is really simple actually, I ...
by superryan94
Sun May 22, 2016 5:49 am
Forum: Circuit Talk
Topic: Project Snake
Replies: 42
Views: 411587

Re: Project Snake

And this is some more of the issues I encounter. For some reason can I make a wire a 3 bit with signal when it is between a button and a 1 bit output. Or it it says: "Object reference not set to an instance of an object." While is clearly goes to an or gate. This is the detail of the error...
by superryan94
Sun May 22, 2016 3:13 am
Forum: Circuit Talk
Topic: Project Snake
Replies: 42
Views: 411587

Re: Project Snake

When turning on the power logic circuit just stopped working. When I looked at taskmanager it showed a bigger increase of memory needed for it than usual. But I think that's just because of the enormous amount of flipflops that has to be activated. There are 4096 rs flipflops and 20480 jk flipflops ...
by superryan94
Sat May 21, 2016 1:34 pm
Forum: Circuit Talk
Topic: Project Snake
Replies: 42
Views: 411587

Re: Project Snake

Ah, Sometimes the answer is pretty obvious.... Fixed the clock issue. But I think that I have to stop soon as my circuit gets heavier and heavier. I just got some issues with the program when I tried to start my circuit. I'm currently working on my final version of my circuit. The only things I need...
by superryan94
Thu May 19, 2016 5:04 am
Forum: Circuit Talk
Topic: Project Snake
Replies: 42
Views: 411587

Re: Project Snake

Jeey, Snake gets longer when it eats an apple :D Now I put 4 screens aside from each other to work on the apple placer on only one screen but it turns out that Snake will lose a half tick when it chances screen. Can you take a look at it to see if you can figure out why it loses that half tick? It o...
by superryan94
Wed May 18, 2016 2:36 am
Forum: Circuit Talk
Topic: Project Snake
Replies: 42
Views: 411587

Re: Project Snake

A little glitch in the feedback for my randomiser has been solved.
It took me quite some time to figure out how to solve it since I forgot how it all worked T.T

Now I'll start working on Snake growing when he eats an apple.
by superryan94
Mon May 16, 2016 11:22 pm
Forum: Discuss LogicCircuit program
Topic: Circuit eats almost whole CPU
Replies: 3
Views: 6360

Re: Circuit eats almost whole CPU

Not any more. I fixed it with a sensor. Now my circuit stays usable even if the randomiser is on:)
by superryan94
Mon May 16, 2016 2:07 pm
Forum: Circuit Talk
Topic: Project Snake
Replies: 42
Views: 411587

Re: Project Snake

So, It was almost a Year since I last posted progress in my project. This was mainly because of school and stuff related to it :cry: . But I have found the time again and I have worked a few weeks on my randomiser and apple eating. It is now working almost like I want to. The only touch left is maki...