BlogHide Resteemschrs944 (32)in unity • 6 years agoHow to Make a Game Like Tetris in Unity - Part 1Using Unity 5, this is part 1 of a tutorial on how to create a 2D Tetris clone. In this tutorial we focus on the initial setup in Unity 5. There's a link below for you to download the graphics files…chrs944 (32)in pong • 6 years agoPong Clong - Part 1 - Initial SetupThis is part 1 of a new tutorial series and will teach you how to create a classic Pong retro game using Unity 5.5 and C#. The series will cover everything from setup, player input and scoring to…chrs944 (32)in ant • 7 years agoBitmain A3 Antminer SIA Coin MiningQuick Intro If you keep current with the latest Bitmain products, you will surely have heard of the Antminer A3. A quick look at the product page tells us that the A3 hashes at about 815GH/s at…chrs944 (32)in cryptocurrency • 7 years agoCindicator - How to Buy / Store / Stake tokens!So I've recently discovered this great new crypto currency that's only been trading for about a few months now. What's great about this one and what sets it apart from the rest is that they have a…chrs944 (32)in tutorial • 7 years agoWeekly Coder - Issue 1 - Create Pong With Unity - Part 1 - Initial SetupI've been on YouTube for quite some time now creating video game development tutorials. I'm not a huge fan of writing these out. They are just easier to follow along with in a video, however, there…chrs944 (32)in wordpress • 7 years agoWordpress Steem 1.0 Beta Line 40 Problem FixI had an issue trying to install this. I don't know if it was because of the version of PHP that my server is running or the version of Wordpress. But I would get this error Fatal error: Can't use…chrs944 (32)in tutorial • 7 years agoUnity Shader for a Scanlines EffectHere’s a great shader I found for giving a material scanlines. It creates a very cool retro tv effect. Forgive me I don’t have a source link, I couldn’t find it again. So a special thanks to whoever…chrs944 (32)in tutorial • 7 years agoUnity Simple 2D Rotation Script.While working in Unity I found it difficult to figure out how to get an object to rotate. If you’re reading this, you probably did too. Right now I’m just talking about 2D game object rotation. The…chrs944 (32)in c • 7 years agoCreating Class Extensions in UnitySo… you’ve got a useful method that does some pretty cool stuff but you don’t know where to put it. You’ve probably labeled this in your mind as a helper method which can be easily defined as a…