Adventures of Shuggy
Jump'n'Run, Platformer.
Basic. But varies concepts from level to level.
The first set of rooms aren't that hard. I could beat them without problems quickly, like half an hour. Nice variance of mechanics. And still playable with just one hand.
Still, some level tend to drag on too much. Especially those, where you have to wait on things to happen. And if you die short before gathering the last item, you will have to do it again and wait... wait... wait... Still, you get through them rather quickly if you are careful.
Sonntag, 30. Juni 2019
[Game] 12 is Better Than 6
Starting the game on Linux didn't work first. With the following launch options it should work:
R600_DEBUG=mono %command%or
LC_ALL=C %command%
Not much to say, just played like half an hour.
Liked the art-style.
Didn't like the controls/mechanics (too much button combo smashing to fire your guns, reload, switch or exchange weapons), view (narrow; has extra key for extended view), doors bugging around. Game also error-crashed one time.
ERROR!!! :: ############################################################################################
ERROR in
action number 1
of Step Event0
for object o_tutor_q_trugger:
Unable to find any instance for object index '209401' name '<undefined>'
at gml_Object_o_tutor_q_trugger_Step_0
Donnerstag, 5. Oktober 2017
Samstag, 1. April 2017
Ryzen on Linux - Running
The last post was about getting or mostly waiting for all components.
Now to the part of putting all parts together and getting it to work.Ryzen on Linux - Waiiting
Finally!
All needed components are here. Build together. Set up. And running.
All needed components are here. Build together. Set up. And running.
Freitag, 5. August 2016
[QDBUS] Create tabs in yakuake and pidgin, not dolphin
QDBus is an easier way to interact with DBus then using dbus-send. There is also a GUI qdbusviewer that might help finding and executing stuff. But qdbus and grep seem to be a bit better at that for me.
Executing qdbus will show all services that you can talk to via dbus. Given a servicename it will print possible paths and sub-paths. And when a path is also appended then it will print out methods and signals which can be called or registered to. The output will include the names and types of parameters and the return-type.
Abonnieren
Posts (Atom)
[Review/Critic] UDock X - 13,3" LapDock
The UDock X - 13.3" LapDock is a combination of touch display, keyboard, touch-pad and battery. It can be used as an extension of vari...
-
The Humble Indie Bundle V is going around. You can find it currently here: https://www.humblebundle.com/ Trying to run those games I got...
-
Debugging Java with IntelliJ IDEA or VSCodium and its Java plugins ( Debugger for Java , Language Support for Java(TM) by Red Hat ) is ki...
-
The Blender Game Engine can make use of shader written in GLSL. In the standard version you can easily use vertex and fragment shader for yo...