Cam's Avatar

Cam

@camwin7

https://camwin.itch.io Message me if you need help with coding or game development.

46
Followers
127
Following
162
Posts
06.09.2024
Joined
Posts Following

Latest posts by Cam @camwin7

If I put a box in a bag, can I put the bag in the box, making it inaccessable to this universe? This bug exists in Exanima and I hope they never fix it.

06.03.2026 20:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

"Mamdani should fight unions" lol no, bad article.

27.02.2026 05:40 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

When I explored new dungeons in Ocarina of Time, I used to draw the map on paper as I went until I found the in-game map. Then I could compare how much I got right lol

13.02.2026 00:22 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

You may be able to dip them in fountains to get potions, higher level potions the deeper you go

03.02.2026 18:42 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Could you use this to throw a potion up so it shatters on the ceiling?

03.02.2026 18:40 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

My favorite way to do this would be `@export var ball: Node2D` and then set the ball in the inspector. Also, check out "Scene unique names". There are many tools to access the nodes in the scene tree!

01.02.2026 03:55 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I love it when a browser comes with multiple first party extensions that steal my data

15.01.2026 18:47 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Programming happens on paper, coding happens on a keyboard

15.01.2026 04:53 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

There’s a lot of non-coding work that goes into games, writing config files and creating game assets. Someone has to write down everything that goes into the game. Even non-technical design has to be done, if you can write the game β€œrule book” then that’s most of the work done already.

07.12.2025 03:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Python is only superficially similar to gdscript. If you want to start out with some β€œbasics” of programming in gdscript, look into EditorScript, you can run such a script in the editor to create β€œcommand line” programs, printing variables and such.

06.12.2025 23:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Madagascar: Escape 2 Africa for Nintendo DS pinball minigame

05.12.2025 21:04 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

How would you write it?

23.11.2025 05:40 πŸ‘ 1 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

Yeah, it kind of looks like a cast to number, but it was actually the constructor! What's the answer then?

19.11.2025 19:06 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Why does it return a number and not an instance?

19.11.2025 18:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I agree, coding is like a bunch of little puzzles, good for keeping the mind active.

If you get completely stuck, AI might be able to help get you back on track. It is good at bringing up unknown jargon, and might help you resume research once you find out how to phrase your problem better.

19.11.2025 02:05 πŸ‘ 4 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

I think in python, this would be weird, it is normal to "define" class members by just assigning values in the constructor (__init__)

19.11.2025 01:11 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

If the class had defined these variables, it might look like this:

class Person:
name = ""
age = 0
def __init__(self, name, age):
self.name = name
self.age = age

19.11.2025 01:10 πŸ‘ 1 πŸ” 1 πŸ’¬ 2 πŸ“Œ 0

I love C++, keep up the good work. Knowing how something works in multiple languages can expand your understanding.

19.11.2025 01:10 πŸ‘ 2 πŸ” 1 πŸ’¬ 2 πŸ“Œ 0

In order to remain still in curved spacetime, one must accelerate.

18.11.2025 21:27 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Great guess! The earlier defining adds a class named Person, which contains a name for that Person. The tricky part is that we tell the person ("Alice") to store an age, which we didn't define. In some languages, this would be an error, but python allows this.

18.11.2025 21:19 πŸ‘ 4 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

I wanna explore these

18.11.2025 21:12 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

My guess is that the developers called another windows API function after calling CreateWindowEx(), which overwrote the error information.

18.11.2025 04:35 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Jurassic ghosts in a Cretaceous land is awesome

17.11.2025 22:19 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

As long as you're thinking about underground mega structures, have you ever seen the NPC fortresses of Dwarf Fortress in Adventurer mode? They have sprawling workshops, rooms full of historical statues, and even staircases that lead to cave highways that connect fortresses. Worth visiting.

17.11.2025 19:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I'm always enchanted by plants growing underground

16.11.2025 21:52 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

all toasters
toast toast

13.11.2025 22:37 πŸ‘ 8 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Features: World generator is alive

11.11.2025 21:25 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Generating caves is so fun

10.11.2025 17:59 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

The dancing monkey that lies about his products?

07.11.2025 19:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Not Plural
Not Plural YouTube video by LifeOnEarth

youtu.be/Kw9TTBr8JpU

07.11.2025 18:20 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0