Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

February 2, 2023 - 1:27AM

I didn't code much today, but what I have coded will help me to be more efficient later in the jam. For example, I created a Player class for anything pertaining to the player. I then added a hashmap and string array to get the names and numbers of the possible post options. I couldn't figure out how to turn the key of a hashmap into a string so I gave up and just manually created a string array instead. :(

 I have begun making a basic gameplay loop, starting with some quick introductory lines before the gameplay actually begins. I don't like how this looks but I'm not sure how to update it to look better.  Please let me know if you have any suggestions!

I then moved on to creating the screen where the player will choose which post they want to pick. I have got most of it down, I just need to finish it but I definitely cannot do that by tonight I need sleep. Currently, it randomly displays four options for posts and outlines a box in white when the player's cursor is over it. 

Again, please let me know what you think of this sort of view

Goodnight all!