Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Tiny Dungeon Game  (Read 1813 times)

0 Members and 1 Guest are viewing this topic.

CaptainHerpaDerp

  • Newbie
  • *
  • Posts: 2
    • View Profile
Tiny Dungeon Game
« on: February 16, 2023, 01:09:31 pm »
A cool game project for school using SFML. I spent far more time on it than was necessary. Hope you enjoy it!

The max file size here is too small, so the game can be downloaded from itch via https://captainherpaderp.itch.io/tiny-dungeon



Thanks!

« Last Edit: February 20, 2023, 08:57:12 am by eXpl0it3r »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Tiny Dungeon Game
« Reply #1 on: February 20, 2023, 08:58:33 am »
This looks quite pretty! :)

Can you describe in a few words, what the goal is of the game or the core mechanic?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Hapax

  • Hero Member
  • *****
  • Posts: 3346
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: Tiny Dungeon Game
« Reply #2 on: February 21, 2023, 05:52:39 pm »
Cute!

I'm with eXpl0it3r, here. I'd like to know a bit more about the gameplay.

On top of that, it would be interesting to know how you used SFML for it (and which bits you liked!)
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

CaptainHerpaDerp

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Tiny Dungeon Game
« Reply #3 on: February 21, 2023, 10:29:39 pm »
Just out of curiosity, are you guys able to run the game? It seems some PCs require you to download some more files to get it to work, even then I get the error (Error 0xc00007b “Application was unable to start correctly”)

Any ideas?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Tiny Dungeon Game
« Reply #4 on: March 04, 2023, 04:05:59 pm »
Got around to give it a try and it's quite neat, but also kind of tricky to not wipe :D

To answer your question, yeah it runs fine for me.

0xc00007b usually means that there's a mix up of DLL versions like using some 32bit DLL with a 64bit compilation.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/