I'm still getting to know Godot, so I'm trying to learn by making more complex things than I can. This is a playground to learn about not mainly making games, but about Godot 2D features overall. I will probably move later to the easier games, but I need to learn about making RPG games. This is an update post. I've added attacks, inventory, ability to drop items and pick them up, equip weapons and currently ability to select spells (which aren't implemented yet). Here's repo: github.com/BudzioT/ActionRPG
Finally finished my first game without any help! Assets are made almost entirely by me, not counting the sound effects. I learnt a lot - how to manage workflow of building a game, how to use Godot, create sprtiesheets, animations. How to implement player's movement which differs from typical one. And many other things! I still have a long way to go, but I will definitely try to improve myself! Here's repo: github.com/BudzioT/Run-Bomb-Bomb
I've started my first game without ANY help from the internet (I'm too used to use it). This game will be my MiniJam Destruction themed entry - which is my first entry ever in a game jam too. This will be an endless running game, with 4 lines, enemies and objects that give score after destroying them.
Currently, there is MY OWN graphics, scrolling background, player's movement, object movement and mechanic to spawn random ones. There is also attack, which currently only shows explosion effect.
Here's my repo: github.com/BudzioT/Run-Bomb-Bomb/tree/master
Reached my first goal in a project which is made to learn more about Godot: Player movement using newly learnt movement type and collisions, I also made TileLayers instead of TileMaps, to learn about the upcoming features. Here's repo: github.com/BudzioT/ActionRPG/tree/master
Finally finished my Sprig game! It's a RPG where you train your SpriMon. What's the best? It's Arcade event themed!
If people will want, I can make it even more advanced, add catching mechanics and more. I would love to make it a full game with much more details and a better, far more longer story in a Game Engine. It was a fun way to learn JS for the first time!
Here's repo: <https://github.com/BudzioT/SpriMons/tree/master|https://github.com/BudzioT/SpriMons >
Play it here: sprig.hackclub.com/share/4KvmUylH6Wtw3dCh9Er3
Drew every needed tileset for my game, plus drew some objects! Here's repo: github.com/BudzioT/PyMons
Finished mini shooter game in Godot, didn't count count the hours so I have to split it in two ; p. For the first commits, I created basic maps: github.com/BudzioT/Shooter-Survival/tree/master
Made a word guessing game in Unity, currently main mechanics work, the coins and settings not yet: github.com/BudzioT/Word-Game
A very small version of git, currently only initializes and hashes/rehashes files but it will be further developed when I learn more, for now it is usable with 3 commands: github.com/BudzioT/gitd