Posts

Balatro Modding

Image
Balatro is a wildly popular indie game that takes the core rules of poker and injects them with a dose of roguelike randomness and strategic deck-building. Imagine you're playing a solitaire-style poker game against a constantly escalating difficulty curve. You'll need to hit progressively higher point targets by forming poker hands like pairs, flushes, and straights. But here's the twist: you'll be able to acquire and upgrade special "Joker" cards, modify your deck with tarot and other consumable cards, and unlock permanent buffs that drastically change how poker hands score and interact. These additions allow for outrageous combos and massive scores that would be impossible with a standard deck of cards. The game progresses through a series of "Blinds" (rounds) with increasingly difficult score thresholds. Your goal is to strategically manage your limited hands and discards to build powerful scoring engines and conquer each challenge. Each pla...

Simple HTML clicker game

Image
Clicker Game Clicker Game Money: 0 Click Me Shop Money per Click: 1 Upgrade MPC (Cost: 10 money) Money per Second: 0 Buy MPS (Cost: 50 money)

No Way Out (Short Simple Game)

Image
A game about pressing buttons and hoping you get the right one. Simple, right? Made for the (Not) A Strict Game Jam, this is a straightforward yet frustrating challenge. You’re faced with a screen full of buttons—some will move you forward, others will send you back. No hints, no patterns, just luck. Can you find the way out, or will you be stuck pressing buttons forever? No Way Out by PAUSE

Bloodstained (Beta Game)

Image
Bloodstained is my first 3d project. For this I used Godot 4 and this took course over 2 days. The tutorial level of Bloodstained pulls you into a descent that tests your nerves and instincts. Armed with nothing but a dim flashlight, you awaken in a derelict underground complex, its walls plain showing unspoken horrors. The air feels heavy, oppressive, and every creak and groan of the structure sets your heart racing. As you step cautiously forward, the darkness seems alive, swallowing your light and amplifying the eerie, distant sounds of shuffling footsteps, distorted whispers, and the unnerving clatter of unseen things. Coins are visible around the map and a GOOFY jump scare is inside of here. It's a placeholder however it scared me and i knew it was coming... Bloodstained by PAUSE

Simple Python Calculator

Image
I created a Python calculator that’s easy to use and gets the job done! Whether you need to solve basic math problems like addition or handle more advanced stuff like trigonometry, this calculator can help. What It Can Do: Simple math: Add, subtract, multiply, divide Accurate results every time Easy to use for anyone I built this tool to make math easier for everyone, and I hope you find it helpful. Give it a try and see how Python makes math simple! The code for those who would like to see and/or use it:

My Development 'Team' Idea

Image
I recently created a game and wanted to have a logo and name to show my games off. I decided to go with "PressPause Game Studios" and the slogan "The Games You'll Save For Later". This animation is soon to change as i dislike it, it is my 'Placeholder' logo. My sister is an Artist and i have asked her to (In her free time) create me a small animated logo for my games. My placeholder logo is here ---->

Game Developments

Image
I have never done anything "Majour" in the coding world but here is the first thing i had ever done. My friend was creating a small game on Roblox Studio (LUA). we were new to coding and making games so the smallest tasks seemed large (We've all been there). We decided to add a "Sprint" feature. This was a quite easy task by writing some code to increase the player speed when the shift button was held. A feature of the game was to search an object looking for a key, We both had no clue on how to add this feature. Eventually i turned to multiple forums and videos on how to add an interact button that you had to hold down. We added an animation to this too so when "E" was held the player would search through some drawers and cupboards to find a key to escape a room. In the latest updates of Roblox Studio an interaction prompt can now be imported without any coding needed.