The first big project I did during my studies was about the MVC architecture in which a main menu was needed. Having little knowledge in programming at that time, I…
Python – Make a Hangman game part 3: input and display the right picked letters
I enjoy creating inputs. I discovered that creating inputs with while loops in them allowed to create menus that would not need to run inside a while loop. And it…
Python – Make a Hangman game part 2: prerequisites, JSON, random word
For that project, you’ll need to have installed Python (I used the 3.10.2 version), an IDE where you type your code (I’m using Visual Studio Code, really amazing software), and……
Python – Make a Hangman game part 1: preparations and intro to the MVC architecture
More than 3 years without posting… That’s OK, I’m immortal, not as if Time was a problem. The beautiful thing is that it follows the steps of its predecessor: it’s…
My first game in Unity part7 – The side-view camera
Buenos dias muchachos! The truck’s behavior being satisfactory, I decided to get the final in-game view (or close to what it’ll be). So I switched to a more classic side…
My first game in Unity part6 – Fuel gauge and consumption
こんにちは。 After having done a speedometer, I wanted to make a fuel gauge even though I don’t plan to make the gameplay centered on that (unlike most of nowadays games…
My first game in Unity part5 – Adding a speedometer
Hello wello wello! In a game, knowing the speed of a few objects may be extremely useful. In a car game, almost mandatory. In a 2D-view car game, probably not,…
My first game in Unity part4 bis – Update of the code
Update of drag I think I made a mistake somewhere when I wrote the drag code. I don’t know what happened, it seemed it was working, but actually wasn’t. I…
My first game in Unity part4 – Slowing down the car smoothly
Alrightyyyyy! Each time I post, I learn something new (I mean, prior to posting, or else I’ll be keeping posting just to get [random?] knowledge, that’d be awesome!), and my…
My first game in Unity part3 – When coding isn’t innate
Hi! Third part of my first steps in Unity.I guess you’re here because you want to know what I did to make my car brake? I’m about to show you…