mia-devs 2019-04-29 18:58
YOU ALSO NEED TO ADD SOME CHARACHTERS
Foon → Ludum Dare Explorer → LD44 → The Healthy Gladiator
By lone-wolf
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Overall | 914 | 3.03 | 32 | |
| Fun | 931 | 2.80 | 33 | |
| Innovation | 701 | 2.96 | 34 | |
| Theme | 720 | 3.14 | 34 | |
| Graphics | 956 | 2.71 | 33 |
YOU ALSO NEED TO ADD SOME CHARACHTERS
What kind of characters @mia-devs ?
I'm a sucker for this stuff, enjoyed it!
This is linux only dude? How do you expect us to play!! :( looks interesting though.
@matt-pattabhi I spent an hour or two trying to figure out how to compile it with PDCurses. Gave up after that. I'll look into it again I guess :P
It was bizarre for me because I did not understand very well what I wanted with this mechanic. I'm saying that I did not like it very much, but the idea and mechanics are good. Congratulations.
@matt-pattabhi I finally did it. Enjoy
Interesting entry, didn't expect to find an ASCII art game in this LD :P
This is the first console game, written in the C language, which I saw. Unfortunately, my PC can not run the game (Windows 7, After starting the console window closes immediately) In our university there are computers on Linux(Ubuntu), maybe I'll try) Anyway, nice job!
@ninjacatz The window closed when running `thg` in the directory the game was in? Or did you double-click the exe? I'm not sure if the latter would work. I haven't used Windows for quite a while though
I am HackerMan XD Great Game Man was a lot of fun playing.
good job! It's a very charming game :D
@lone-wolf The window closed when I double-click the exe file. I didn't try to open thg
Ok. @ninjacatz Try opening the program with command prompt https://www.wikihow.com/Run-Exe-from-Cmd-on-PC-or-Mac (If using `start` doesn't work try typing in the exe name and pressing enter)
I love it !
@lone-wolf The compiled on ubuntu-link doesn't seem to be working (404). I would love to play this game.
@redz0ner Thanks for letting me know! Should work now.
I'd really like to play, this but don't quite know how to build on mac: "gcc main.c -lncurses" seemed to make something I could run, but as soon as I got into combat with the first opponent it'd crash. Oh well. c++ noob :) I'm sure it wasn't your code.
I was excited to see that you could change your character's color! That's so fun.
@mikelovesrobots I just tested. For some weird reason if I compile with gcc the program crashes when the shop is opened. VSCode's debug feature shows the player variable is messed up. I'll have to look into this tomorrow. For now you could attempt to compile with clang or whatever else you may have available. (I used clang to compile for Ubuntu)
Heh, the main menu looked empty with only a play button. Glad you liked it!
The windows build doesn't work.
@mika-la-grand How are you trying to run it? Are you using Command Prompt to navigate to the directory the exe is in and running `thg_windows_64`?
@lone-wolf I clicked on the github link, it downloads the exe, then I clicked on it, it gives a warning, I say sure I trust lone-wolf, it opens a window and then immediately closes it. The downloaded file is just the "thg_windows_64" exe. Maybe it is missing some files, Unity games come with a bunch of other files in addition to the exe so perhaps the same applies to your engine.
@mika-la-grand You can't double click it to launch it. You need to open it using Command Prompt. This might help if you aren't sure how: https://www.wikihow.com/Run-Exe-from-Cmd-on-PC-or-Mac
@lone-wolf Okay, I managed to get it working. Are sure it isn't easier to make a game in a game engine, instead of explaining to almost everyone how to start the exe? The screen flickers quite a lot, I guess that you push down the old frame by printing a bunch of empty lines at the top of the screen. I guess that I am the red @ and the p's are the enemies. I managed to survive the first round, but died at the second because I didn't really understand what buttons to press. Maybe you can explain when the player should drink the potion and if you should run away or towards the p's.
@mika-la-grand If your graphics card isn't good enough it may flicker a little. Making your window a little smaller might help. (If that's possible) I didn't know I would be doing this until the day it started. So I had no time to go learn Godot (Hopefully I'll be able to use that this October). I originally only compiled this for Linux users. And most of them are pretty handy with a terminal. So I didn't think too much about people having trouble running the game. I didn't realize there would be this much interest from non-Linux users either. This game was made with the assumption that the players would be familiar with games like this (In most ASCII art games the @ symbol is used as the player character. And the first letter of the enemy name is used as their symbol) I guess I could have explained the fighting though: When you are next to an enemy you will automatically attack them. Running away is usually pointless because the enemies are slightly faster than you. And you can use the potions whenever you want. They fill your health to to max regardless of what your current health is. Enemies deal their weapon damage +/- 1 or 2 (Randomly selected). I recommend only using the potions when the enemies attack could kill you if it hit with the +2 damage. Feel free to do whatever you want with them though lol. If you use a potion you will heal before a fight takes place. Sometimes when using a potion you may notice your health not fill to max, this is due to the enemy hitting you right after you drink. You always strike first in an attack. If an enemy dies from your attack you won't take any damage
I don't understand how to play this game. Still I enjoyed the feel of playing a game on Command Prompt.
@lomna What exactly do you not understand? Kill enemies for extra life. Buy things with your life in the shop (Shows up at the end of the match). Repeat. There's some more info on fighting in the original post
Don't worry I got it now. And yeah it's still very fun. especially after a few rounds.
Also, I found that the game is easier without using the shop. I can defeat three champions with only a shortsword.
@lomna Ok. Great!
> `Also, I found that the game is easier without using the shop. I can defeat three champions with only a shortsword.`
Hmmm. I guess I could decrease the amount of life given when you win a battle. Weapon prices would have to go down a bit too :thinking:
Playing from cmd.exe is very innovative and picks my attention. I like the "@" being myself :D Game is very good but sometimes shop windows doesn't want to show itself and i cant buy poinons. Maybe you want to check it.
@curled-leaf Yep. Terminal games are fun.
Not sure why the shop window won't open. What were the names of the enemies you were killing at the time?
I liked the concept, but the balance was off. One potion was all I needed to buy from the shop. The rest probably optional. Was there a win condition? I stopped playing at 4000+ health. The shop screen went black after a number of fights as someone already mentioned. You could make a batch file to start the exe on windows for those who can't read instructions and need something to double click.
@138 Thanks for letting me know. I'll look into the potion prices too (Plus the shop bug and batch files...). I hope to eventually add a win condition and maybe a storyline too. For now you can consider yourself a winner lol
The balance was definitely a bit off, after the first few waves there wasn't much of a sense of danger. Maybe make enemies scale faster or the players health scale slower. All in all it was a lot of fun, it's good to see an ascii game (written in C no less) in the ludum dare
Ye olde school interface :P Simple but effective gameplay - would have loved some more 'hide and seek' and 'run away' gameplay with some obstacles to make things spicier. Cool stuff :thumbsup:
I like the idea of a cmd game, but it was a bit "strange". Good job however.
It was always really important for me to find a proper solution to sleep better. So, I decided that musroom capsules for sleep vidacap https://vidacap.com/capsules/sleep/ are the best option. It is not harmful at all, you can be sure about the solution that it makes and how effective they are. Such a way is a pretty good option against sleeping disorders.
@julia77 actually I recommend just drinking a life potion, it's only $3 and cures *EVERYTHING*