chiptus.hashnode.devWorking my way through Unreal EngineIt's been 11 days since I published my first post about UE. I've been busy, alongside my day-to-day work, I'm moving to a new place soon, and have been following the Unreal Engine 5 Blueprint FPS course, where I learn how to control and navigate the ...Aug 29, 2022·3 min read
chiptus.hashnode.devStarting with Unreal EngineSome interesting news. I got a connection with someone working in the game industry, and he offered to join forces with him to develop a game. He already has something very serious running, and I will be joining for free, to gain experience. We've de...Aug 18, 2022·3 min read
chiptus.hashnode.devCreating PongMy first task was creating a clone of Pong, Pong is one of the earliest arcade games ever created, it's based on a game of ping pong, where you have two paddles and a ball and need to prevent the ball from crossing your paddle. It can be played with ...Aug 16, 2022·17 min read
chiptus.hashnode.devMy First Game...In this article I follow https://phaser.io/tutorials/making-your-first-phaser-3-game, developing a small platform game. A platform game is a game where the user jumps between platforms, collects stuff, and avoids/fights enemies. In my first post I ca...Aug 12, 2022·5 min read
chiptus.hashnode.devStarting with PhaserThis is the second part of my series about starting with game-dev. The first part is https://chiptus.hashnode.dev/my-path-into-game-dev I'm following the getting started tutorial of Phaser The first step is to set up a new web project, create a folde...Aug 9, 2022·4 min read