SoftCORE Test - Pong

Поділитися
Вставка
  • Опубліковано 10 січ 2025

КОМЕНТАРІ • 24

  • @lightmonochrome
    @lightmonochrome  Місяць тому

    Didnt expect this video get so much views in just a few hours.
    So if you guys didnt know this is an 8-Bit redstone computer i built in 3 weeks. And can run pretty large program like this one. Specs and more are in the desc. Stay tuned for the showcase video!

  • @Zeabass
    @Zeabass 5 днів тому +1

    I’m currently also making a cpu, how do you detect the collision for when the ball hits the paddle? Also love the video ❤

    • @lightmonochrome
      @lightmonochrome  5 днів тому +1

      @Zeabass Every pong loop, check if the current ball x is equal to 1 (hit radius), if yes then check if the ball y = paddle y + 1 (top corner of paddle) or if the ball y = paddle y (the top pixel of paddle) or if the ball y = paddle y - 1 (the bottom pixel of paddle) or if ball y = paddle y - 2 (bottom corner), if yes then just reflect (negate ball dX)
      (Btw my screen (0,0) are in bottom left corner)
      I hope that helps!

    • @Zeabass
      @Zeabass 5 днів тому +1

      Thanks a lot, makes sense now!

  • @JustDonat
    @JustDonat Місяць тому

    thats so cool

  • @jiahelin-d6p
    @jiahelin-d6p Місяць тому

    I want to build a computer like this too but I don't know where to get started, what learning resources would you recommend

    • @lightmonochrome
      @lightmonochrome  Місяць тому +2

      I watch mattbatwings, he teach redstone well. You could see his "LRR" Series

    • @jiahelin-d6p
      @jiahelin-d6p Місяць тому

      @@lightmonochrome Yes, but he's not done his series though, so I'm wondering if you read a few books?

    • @jiahelin-d6p
      @jiahelin-d6p Місяць тому

      Hey btw your computer is really impressive.

    • @lightmonochrome
      @lightmonochrome  Місяць тому

      @@jiahelin-d6p nope, i didnt read any

    • @lightmonochrome
      @lightmonochrome  Місяць тому

      @@jiahelin-d6p the lrr series already done, you could check in his playlist

  • @JustDonat
    @JustDonat Місяць тому

    I have a question. You will probably make this computer available for download soon. Can I download it and put it on my server

    • @lightmonochrome
      @lightmonochrome  Місяць тому

      I will give it soon!

    • @JustDonat
      @JustDonat Місяць тому

      @@lightmonochrome soo cool

    • @lightmonochrome
      @lightmonochrome  Місяць тому

      Here it is if you want to look around : drive.google.com/file/d/1G_rZ9LWmzZRSddEFPINamWGPTjzrikPp/view?usp=sharing
      (No code in there yet, so once you press the start button, it wont do anything)

    • @lightmonochrome
      @lightmonochrome  Місяць тому

      Will give the actual world file when showcase video is done

    • @JustDonat
      @JustDonat Місяць тому

      @@lightmonochrome ok

  • @exploding-creeper
    @exploding-creeper Місяць тому

    Hmmm are you using java or bedrock if its java you should have use smoother redstone lamp or texture color that is controled by a signal strength and im also a logical redstone im actually also building the same game but more larger than this

    • @lightmonochrome
      @lightmonochrome  Місяць тому

      @@exploding-creeper alraight

    • @CoolStop2
      @CoolStop2 24 дні тому +1

      bro watched a matbatwings video and now thinks hes a genius
      No, he shouldnt use the signal strength texture pack, it wouldnt fit this type of project and would be so much extra work.

    • @exploding-creeper
      @exploding-creeper 24 дні тому +1

      @CoolStop2 well it just a suggestion to be honest I'm in bedrock and right now I'm having a hard time trying to adjust without the signal strength and yeah adding it would take a lot of work but it's more efficient for me of course so I'm not saying he should it's just a suggestion for an easier build I'm just here giving suggestion to fellow logical redstone for bedrock like myself and your kind of right it wouldn't fit but adding it would add so much more into the program and minimizing the limitation and yeah bedrock signal strength its not the best I have to say it but java do have the better one if he payed minecraft he can also switch to java but if he wish to cause I'm just suggesting here and yeah I watch matt batwing but considering myself as a genuis um no I don't think I am I'm just suggesting so yeah

    • @CoolStop2
      @CoolStop2 23 дні тому

      @@exploding-creeper Yeah, the signal strength texture pack can be super great in a lot of cases, like what youre saying! It just wouldn’t really work for what hes doing is all.