It's a fun platform! I was able to create a 2d game. Ide like to do some wii motion stuff some day!
@puffmain3276 Жыл бұрын
I've tried in the past to set up GRRLIB, but to no avail. Thanks dude
@wtmk_bk Жыл бұрын
What issue are you having?
@puffmain3276 Жыл бұрын
@@wtmk_bk I just didn't know what I was doing before, so just thanks for making a video on it
@twisty100007 ай бұрын
I keep getting an error "Make no rule to make target 'clean'. stop." any thoughts?
@wtmk_bk7 ай бұрын
if you have all the files correctly, try to see if they are read-only otherwise make sure you are running make the the correct directory
@twisty100007 ай бұрын
@@wtmk_bk I ended up just pulling it to its own folder and that worked, Got any recommendations on getting started making a game for the gc ?
@wtmk_bk7 ай бұрын
@@twisty10000 sweet! yeh sounds like the folder was readonly! Glad you are up and running. Its really not to bad i made a simple 2d game with no physics. What got me going was looking at the examples. If you check the code for the cube you can see how to move things and draw. I created some abstractions, for like input if you want to look at my code its here github.com/wtmk-dev/CubeClash_2023 Thay could help get you started! Let me know if you have specific questions or need any help.
@twisty100007 ай бұрын
@@wtmk_bk is there a discord or anything?
@wtmk_bk7 ай бұрын
@@twisty10000, unfortunately, everyone dipped out after the jam, there were only 8 or so people. Gonna try to do this annually so in a few months we will start to organize it again. I have a game dev discord if you are interested, it's not strictly focused on game cube. message me directly at wtmk_bk on discord if you want into the game dev gym. We are small but a few in have made cube games.
@MrGame9NL8 ай бұрын
Would this work on the wii?
@wtmk_bk8 ай бұрын
Yes this will work for the wii, you just need a way for you wii to load the .dol file you created, you can also load wii lib for motion ctrls ect