Tag: unity
-
Unity Character Customization from Scratch
One of my favorite parts of any new game is creating my character. It allows me to get an understanding of the game and define who I want to be in this new world I am about to explore. Building my own games, well, they were just going to have to like the one character…
-
Unity 3D Battleship Tutorial
Battleship is a game I grew up playing. It has the right amount of strategy and randomness that eight year old me was looking for. Wanting to make a game that most are already familiar I thought Battleships, or Broadsides, (thanks Milton Bradley copyright) was a perfect fit. So you want to learn how to…
-
Make Your First 3D Game Fast – Block Maze Racer
Venturing into designing 3D games can be intimidating. I mean, it is another entire dimension of complexity. This game is simple by design. The player is an awesome happy block with a great haircut, I might have designed the 3D model, the level is an ever changing maze, and the goal is to not hit…
-
How to Make a Game: Blackjack and Unity Fundamentals
Learn Unity fundamentals while building a blackjack game. Oh, and yes there is betting, of course. Blackjack, twenty-one, was one of the first card games my father taught me. The simple and logical structure of the game is perfect for learning game development. Create a classic game while accomplishing all your game design dreams.
-
Google Calendar Room Reservation System – No Coding Required
Need a room or day booking application? In this tutorial I walk through setting up an easy to manage Google Calendar reservation system and discuss the code. Users or customers, submit a request on a Google Form, that request is sent to a spreadsheet. The program checks the dates on the calendar and creates an…
-
Top-Down Shooter a Unity Tutorial
Top-down shooters are a classic game format. Grand Theft Auto established its franchise utilizing this format. Now it is your turn. Learn how to create a top-down shooter yourself. Feel free to use the assets I do, a tank, or find your own. I walk through every step of the game making process. Linked below…