Game
Learn Functional Programming
4 years ago

Article: Improving visual feedback in LFP


Ideally, I think an educational game has two kinds of knowledge a player needs to learn. There is the content knowledge, which is the educational content the game is intended to teach, and there is the game knowledge, which is what the player must first learn in order to play the game.

While the content knowledge is the most important one, players can’t get very far without understanding how to interact with the system and how to progress.  

During most of its development, I haven’t thought about user experience much so far. The earlier versions (v0.3 and before) had very few visuals to communicate what was going on and what actions are available to the player. It’s difficult to know what you can or can’t click on; there was no feedback to the player on what is happening.

In more recent versions, I’ve tried to have every change in either the state of the game or the available actions also come with some kind of visual change. A few examples include:

Highlighting tokens when you mouse over them and updating the cursor

image.png

When moving a token, a faded box appears over all spots you could move it to. The pointing hand also becomes a closed fist, indicating a click and drag motion.

image.png

Understanding how to progress also isn’t that obvious. I am hoping that added a frame around the goal along with some text when you’re viewing it will make it more obvious.

image.png

I'm hoping these and other changes make the game easier to understand.



0 comments

Loading...

Next up

Path of Kami: The Evolution of the Lore

Today I tackled drawing different variations of facial expressions for one of the main characters in Eden. What do you think of it? :) Eden: https://gamejolt.com/games/Eden/592698

brung back my old oc plus a new one

...they don`t have names yet tho

Let me introduce you to the new Mech line: Gendai Spec. Those are Mech that specializes in surprise attacks, covered operations, and stealth. They are equipped with melee weapons but one of Gendai's frames supports sniper rifles.

Some time ago, we posted a screenshot of the Mexico level. A curiosity about it is that, like some other scenarios of the game, it was inspired by a real landscape, The Basaltic Prisms of Santa María Regla. It is one of the natural wonders of the country!

A 1h30 painting, coffee break.

My twitter: https://twitter.com/loupil100

Got some fun collectibles in our game, Path of Kami!

THANK YOU FOR 400 FOLLOWERS!!!

Here is a drawing a I made FOR ALL OF YOU

LOVE YOU GUYS❤

Added an exit portal to the maze SRP project. It has a simple effect using scrolling UV's and particles.