hi guys, me and a few friends were working on a game for about 2 years and just recently released it.
itch.io: https://fcddesgames.itch.io/secrets-of-heraby
(also heres the trailer because why not)
Search found 56 matches
- Mon Feb 26, 2024 7:46 pm
- Forum: Games and Creations
- Topic: Secrets of Heraby
- Replies: 0
- Views: 9033
- Thu Sep 01, 2022 2:02 pm
- Forum: General
- Topic: Platformer Collaboration. I'm a noob, so noobs are welcome.
- Replies: 23
- Views: 17095
Re: Platformer Collaboration. I'm a noob, so noobs are welcome.
i saw this while slacking off at school. so i decided to whip up this thing: jumpthing.love.zip something went wrong when making it a .love file but you should be able to run it somehow the only collisions i added was for the floor, so don't expect window boundaries. this only took me about 20 minut...
- Thu Jul 21, 2022 10:39 am
- Forum: Support and Development
- Topic: progressive system for platformer game not working
- Replies: 2
- Views: 2224
Re: progressive system for platformer game not working
When you get to level 10 the boundDirection is set to "special", but you have no code to handle that. I changed it to this: "special" means that it is not going one way: pixil-frame-0 (3).png it was meant so that i could change it any way i like thanks for pointing out the fact ...
- Wed Jul 20, 2022 3:55 pm
- Forum: Support and Development
- Topic: progressive system for platformer game not working
- Replies: 2
- Views: 2224
progressive system for platformer game not working
i am making a platformer game, i programmed in a system so that the direction the player progresses with changes depending on what screen it is (i have no idea how to explain what im trying to make) however, the progression system is not working, but it is less confusing than the fact that when i co...
- Fri Jul 01, 2022 9:20 pm
- Forum: Games and Creations
- Topic: Envy Phase 2
- Replies: 7
- Views: 12302
Re: Envy Phase 2
14 years
- Sun Jun 19, 2022 11:20 am
- Forum: Games and Creations
- Topic: getting to the goal
- Replies: 16
- Views: 8658
Re: getting to the goal
1.7 for windows is out!
- Sat Jun 18, 2022 9:52 am
- Forum: Games and Creations
- Topic: Beyond the Rize
- Replies: 29
- Views: 11701
Re: Beyond the Rize
What distro do you use? I assume, it's something like Ubuntu, so it should run appimages. Maybe you forgot to make game appimage executable? chmod +x /path/toappimage/BTR.AppImage Or in most GUI file managers you can do right click on file to open context menu, open file properties, found there &qu...
- Fri Jun 17, 2022 10:05 pm
- Forum: Games and Creations
- Topic: Beyond the Rize
- Replies: 29
- Views: 11701
Re: Beyond the Rize
While it's can now runnable, it shows no-game screen. I unpacked your appimage... and it looks like you just downloaded love appimage without fusing it with your game... (Or fused it incorrectly) Here, let me try: BTR.zip unzip my attachment, there will be appimage with fused your game, that i unpa...
- Fri Jun 17, 2022 4:03 pm
- Forum: Games and Creations
- Topic: Beyond the Rize
- Replies: 29
- Views: 11701
Re: Beyond the Rize
LINUX VERSION IS OUT! It doesn't work. "cannot execute binary file: Exec format error". You probably want to package game as appimage, https://love2d.org/wiki/Game_Distribution under "Official AppImage", since, it seems, it's the best way to package love game for linux for now. ...
- Fri Jun 17, 2022 12:23 pm
- Forum: Games and Creations
- Topic: Beyond the Rize
- Replies: 29
- Views: 11701
Re: Beyond the Rize
LINUX VERSION IS OUT!