Search results for query: *

  1. idkwhoiam129

    Showcase [Showcase] Snake Minigame in Terraria

    Download: http://bit.ly/2aSXBUH I know this isn't an exact replication of Snake, but it's the closest I could get in Terraria :) I hope you all enjoy!
  2. idkwhoiam129

    Showcase [Showcase] Space Invaders in Terraria

    I've had this suggested a couple times, so I decided to put it together :) I have built Space Invaders inside of Terraria! Download: http://bit.ly/2aUQewy
  3. idkwhoiam129

    Showcase [Showcase] Pong in Terraria!

    Pong in Terraria This is by far the most complicated build I have done so far in Terraria! I've put together a game of Pong. It uses a quad-direction diagonal 2D matrix in order to move the ball, and functions using dummy ghosts, hoiks, and teleporters! Pong is a 2 player game originally by...
  4. idkwhoiam129

    Question [Question] Dummy Ghost glitch in multiplayer

    I've been working on another project; this time it uses dummy ghosts, hoiks, and teleporters. These bugs that I have been experiencing only seem to happy in multiplayer, only when at least 2 players are on the server. I'm guessing it has to do with syncing data between server and players...
  5. idkwhoiam129

    Showcase [Showcase] 2D Matrix | "Instant" Quad-Directional Shift Register

    I made a quad-directional shift register before in Terraria, but it was slow and could only shift every half a second because it used portal guns. So I decided to try to reinvent it and make it with dummy ghosts. This worked, so here's what I have! :) It isn't necessarily 100% instant, but it...
  6. idkwhoiam129

    Showcase [Showcase] Flappy Bird in Terraria

    Another minigame I put together! Flappy Bird in Terraria! Download link: http://bit.ly/29ZPec7
  7. idkwhoiam129

    Showcase [Showcase] Dance Dance Revolution in Terraria!

    Dance Dance Revolution in Terraria After building Guitar Hero in Terraria, I decided to try to build Dance Dance Revolution! So here we have it :) This also uses a unique set of controls! Download: http://bit.ly/29ErSTK
  8. idkwhoiam129

    Showcase [Showcase] Guitar Hero in Terraria

    GUITAR HERO IN TERRARIA Guitar Hero is a rhythm game in which a player uses a controller to simulate playing the guitar. I decided to build it in Terraria, so here we go! Note that this game does not work in multiplayer. Download: http://bit.ly/29Mw6Mw
  9. idkwhoiam129

    Guide 1.3.1 Wire Tutorials and Component Catalog | Basics to Advanced

    Hello everybody! The 1.3.1 wiring update added a whole bunch of new features to the game! The new features can be somewhat complicated and hard to understand, so I decided to compile a few tutorials, and also add a "Component Catalog". This catalog will contain tutorials for different...
  10. idkwhoiam129

    Lights Out Minigame | Wire Creation

    Lights Out is based on a simple concept. Clicking on a cell toggles that cell and each of its immediate neighbors. The goal is to turn out all the lights, ideally with the minimum number of clicks. Download link: http://bit.ly/292sV4N
  11. idkwhoiam129

    Showcase [Showcase] Lights Out Minigame

    Lights Out is based on a simple concept. Clicking on a cell toggles that cell and each of its immediate neighbors. The goal is to turn out all the lights, ideally with the minimum number of clicks. Download link: http://bit.ly/292sV4N [/spoiler]
  12. idkwhoiam129

    Showcase [Showcase] Drawing Pad | Wire Creation

    Here I've built a drawing pad! It is a 10x10 pixel display that the player can move a cursor around and draw with.
  13. idkwhoiam129

    Showcase [Showcase] Quad Directional "Shift Register"

    Well well, after a couple days of trying things, I was able to put this together! I'm calling it a quad-directional "shift register" because, like a shift register, it can shift a binary value (in this case a single dot) both left and right. But this design can also shift it up and down. So...
  14. idkwhoiam129

    Question [Question] "Only 1"?

    I'm trying to make a kind of numpad with 4 inputs. each input goes to an output. I want only 1 output to be on at a time, and the change needs to happen within the same game tick... I was thinking of 4 SR Flip Flops, and I tried this with the transistors. Each output of the SR Flip Flops were...
  15. idkwhoiam129

    Possible solution to gate smoke?

    When a gate has lamps toggle in the same tick but in different steps, the gate will smoke. So I thought to fix this, make a single tick delay. A hoik setup with a dummy is too large and there is a max of 100. So, I tried using the new teal pressure plates with a dart trap. This appears to have...
  16. idkwhoiam129

    Showcase [Showcase] Conway's Game Of Life v2

    Well, I realized the sound quality on the first wasn't good, and the screen could be improved, so.. Here we go :)
  17. idkwhoiam129

    Hello, Hello!

    I go by idkwhoiam129, or sometimes just "idk". I've been playing since 1.0.5 and I'm a huge wiring fanatic. I enjoy more technical sides of games. Here's 2 builds, if you're interested:
  18. idkwhoiam129

    Items "Buffer" Gates

    When working with the new wires and gates, you might find that a gate starts to smoke. Here is an in-depth explanation: http://forums.terraria.org/index.php?threads/order-of-operations-smoke-and-how-to-prevent-it.44020/#post-985611 But here's a short summary as well : A gate smokes when it is...
  19. idkwhoiam129

    Question [Question] Hoiks improved speed?

    I'm honestly curious if hoiks made of conveyor belts could possibly improve the speed of a hoik system... I might do some tests.. or if conveyor belts can speed them up in any way
  20. idkwhoiam129

    Showcase [Showcase] Elementary Cellular Automaton v2 | Faster and Better Display

    Here we go! An improved version of my elementary cellular automaton! Here's some images as well: Download link: http://bit.ly/1U0v6TQ
Back
Top Bottom