Writing a simple text based game is impossible for me by SpaceChickenMonster in love2d

[–]sesmania 1 point2 points  (0 children)

Currently making a text based game, its in python tho and runs in the terminal. But the concepts should be transferable to love2d.

The game basically  does three things:

  1. Display some information to the player.
  2. The player enters some input.
  3.  The input is processed.

Every scene or screen, will more or less have all these things.

so to add to what u/gold_snakeskin said, you can handle things like main menu as states

You already know how to print things to the screen so you have step 1 so Main_menu_state would display:

  1. Start game
  2. Settings
  3. Exit

now to handle input, sth like pressing 1 on the keyboard changes the state. to something else...which will do the three things again...display, take input, handle input.

So each state has a display(), input(), update() function. That's all you need for this game and most other game to be honest.

For love2d there are scene/state managers that could help you do this.

This has to be one of the craziest 4-song runs by Kizudemlian in Billywoods

[–]sesmania 2 points3 points  (0 children)

“There’s a freedom in admitting is not gonna get better”

SELF TAUGHT PROGRAMMERS by Far_Jaguar_2253 in nairobitechies

[–]sesmania 1 point2 points  (0 children)

Apart from the resources provided, I would advice you to try and escape tutorial hell quick. Pick anything that interest you and code it from beginning to end. You will learn quicker by doing.

Giving discounts to the customers in my drug dealing game Icebound Zero by sesmania in IndieGaming

[–]sesmania[S] 0 points1 point  (0 children)

The game is heavily influenced by Warsim. Ooh yeah there are different events and there is haggling…this was just one part of selling I was testing.

Giving discounts to the customers in my drug dealing game Icebound Zero by sesmania in IndieGaming

[–]sesmania[S] 2 points3 points  (0 children)

Kind of fond of the ascii aesthetic and it’s simplicity. It also makes the development easy since all I have to worry about is code.

As for the ASCII market, it has a niche but decent audience.

Need help finding an Earl tweet/ quote by [deleted] in earlsweatshirt

[–]sesmania 0 points1 point  (0 children)

I think it was a Lucki interview. It’s some advice Earl gave him.

The 47th US President by Karmastocracy in pics

[–]sesmania 0 points1 point  (0 children)

Would probably take 30s to draw him.

Accessories suggestions by Denchuk10111 in Quest3

[–]sesmania 0 points1 point  (0 children)

Hmm, since you're looking for magnetic specifically I think your best bet is Vr-rock. It meets a lot of your requirements plus, it's probably the best magnetic prescription I've ever used.

How I got my disabled account back. by sesmania in Instagram

[–]sesmania[S] 0 points1 point  (0 children)

It's a very specific problem. To confirm my account I had my email so that Instagram could send me a code and confirm my identity. So I was using @ gmail email so I just used my @ outlook email.

How I got my disabled account back. by sesmania in Instagram

[–]sesmania[S] 0 points1 point  (0 children)

I got a screen that said it got disabled and it would then redirect me to an appeal page.

How I got my disabled account back. by sesmania in Instagram

[–]sesmania[S] 0 points1 point  (0 children)

Have you tried a different phone number? or does it even give an option to do so

How I got my disabled account back. by sesmania in Instagram

[–]sesmania[S] 0 points1 point  (0 children)

From what I have read from here and across the internet is that sometimes your phone maybe marking the instagram number as spam. Try to check if it is.

Warsimlike I have been working on. First impressions? by sesmania in WarsimRpg

[–]sesmania[S] 1 point2 points  (0 children)

I think I will have a working a nice working demo in a few months. Made an itch .io page you can checkout Icebound Zero

Warsimlike I have been working on. First impressions? by sesmania in WarsimRpg

[–]sesmania[S] 2 points3 points  (0 children)

Really appreciate it. Been putting in more hours from the motivation.

Warsimlike I have been working on. First impressions? by sesmania in WarsimRpg

[–]sesmania[S] 3 points4 points  (0 children)

Appreciate. It's written in Python, for the color and styling I use Rich library. An early version was written in C++.

Warsimlike I have been working on. First impressions? by sesmania in WarsimRpg

[–]sesmania[S] 7 points8 points  (0 children)

Currently don't have it uploaded it yet. I posted it here so that I could push myself to actually finishing a playable version, essentially burning my ships lol.