Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits) (+1)

This game was incredibly fun to work on, although I faced a lot of limitations with the database. I've tried making minor tweaks to the game both client and server-wise, but the most prominent error is sadly not one I can fix without spending money on a better server. 

The original intention was to use an ASP.Net C# server to listen to query data using UnityWebRequest, which the server would convert into an SQL command and return a Json string to the client. However, the site I'm using to connect to the server doesn't have any hosting attached, resulting in the following error being logged when the UnityWebRequest is sent.

Mixed Content: The page at 'https://kaircha.itch.io/' was loaded over HTTPS, but requested an insecure resource 'http://screwble.rifthoppers.com/?word=owlbear'. This request has been blocked; the content must be served over HTTPS.

Regardless, the game still functions perfectly fine, minus a couple small bugs here and there. Would've loved to add more interesting features, like point multipliers for using specific letters, or a way to reroll the board, but there was just no more time left to get all that done.

Hope everyone enjoys the game regardless! <3