Monday, February 24, 2020

People Of Frictional: Gregor Panič

WHO AM I?


Hi there! I'm Gregor and I'm a designer and programmer at Frictional, which means I'm responsible for all the fun events in our levels. Okay, maybe they're fun just for us.

It's me! And the sign on our door, printed on an A4 and a little crumpled...

I'm a more recent recruit, having joined around September 2016. My job description, gameplay programmer / designer, is purposefully vague. While I mainly work on level scripting, I also spend time on AI, gameplay systems and level design. I also worked on our collaboration with the Tobii Eye Tracker, which I will talk about later. The great part about this is that my work never gets stale and almost none of my days feel the same.

I'm originally from a little known country called Slovenia, but I've recently moved to the land of the vikings to become one myself. Or, in other words: I moved to Malmö around two months ago and now work from our fairly new office.

My setup at work - right next to the fanart wall! No deskmate yet, though. :'(
I absolutely adore our office and go there pretty much every day to socialize with and get inspired by my co-workers. I'm also the one who nags everyone with occasional movie and gaming nights, where we usually grab some snacks, relax and watch a horror movie (obviously), or games like FIFA and Jackbox Party Pack!

BACKGROUND


I can't really remember the time when I first started playing games. I do know that around the late 90s my dad brought home an Intel 80186 PC one day, thinking he would use it for work. He was wrong. After he showed me a couple of MS-DOS games and I realized I could make things move by pressing buttons, I became glued to that PC. My parents didn't manage to pry me from it, so I've been playing games ever since. Not on the same machine, obviously.

I played a lot of games, but didn't touch the horror genre for the longest time. I still remember having vivid nightmares and being unable to sleep whenever I saw something remotely scary on television. When I was older, however, a friend of mine bought me Amnesia as a "gift". It was a dare, of course, but because I didn't want to disappoint my friend, I played through it. It was just as scary as everyone was telling me, perhaps even more so.

But while I was playing it I also realized that it was about more than just scaring the living hell out of me. It managed to fully immerse me in its world and story, which I had not experienced to this degree before. This is how I got introduced to the horror genre, and to Frictional, which would later impact my life more than I could have possibly imagined.

Making games has been my dream ever since I can remember. Given how much fun I had playing them, I thought it would be great if I could make my own – which is why I always liked messing around with settings, seeing what I could do with cheat codes, and figuring out damage formulas so I could get an advantage. It wasn't until I got sucked into a game called Jedi Knight: Jedi Academy, however, that I actually made my first array into creating my own content. I made lightsaber hilts, maps, and even modified some scripts to make the game play like I wanted to.

Unfortunately, growing up in Slovenia there was no real game dev scene there, so I forgot about my dream. It simply never occured to me that I could make games for a living. However, since I was already using my computer so much, I thought it would be fun to work in IT. So I learned some basic C++ programming in high school, then went to a computer science university where I learned a lot more about programming and software in general.

For a long time I resigned myself to becoming a web developer, taking some summer jobs and part-time work in that field. The job became more and more mundane and boring, until I finally realized that I couldn't do it long term, and that I had to find something more fulfilling. That is when I remembered my dream of making games, how much fun they brought me and how great it would be to be able to help someone else have the same experience. I already had a lot of programming experience, so I became determined to join the games industry.

I immediately quit my part-time job and started working on my first small game. I wanted to do everything on my own so that I would learn all the intricacies of game development. A year or so of studying and work amounted to Welkin Road, a little puzzle platformer with grappling hooks.

In Welkin Road you use your two grappling hooks to solve movement-based puzzles.

While I was in the process of finishing Welkin Road, I started looking at potential studios I could join. That's when I saw a tweet from Frictional, mentioning that they were looking for a designer / programmer. I didn't think I was ready, but I figured this was my only chance to work with the company, so I sent my resume in anyway.

To my big surprise they offered me a work test, to see whether I was suitable for the role. I gave it my best, but after I sent in my project I tried to prepare myself for the inevitable let-down. Instead I got a positive reply and an invitation to an interview. The final decision came a couple of weeks later.

Spoiler alert: I got the job.

Given that I was a big fan of Amnesia and SOMA, the decision to accept was a no-brainer. However, it took me quite a while to properly register that I had fulfilled my lifelong dream. A year and a half later I realize how lucky I am to be one of the few people who can wake up on Mondays with a smile on their face.

After joining, I immediately started working on my introductory tasks aimed at learning the new tools. I joined at the same time as Max, so we bonded over struggling to understand all the new stuff. When those tasks were done, I started working on my first real project: designing and implementing eye tracking features in SOMA, which I will talk about in more detail in the next section.

A while after I was brought on, the company started looking to set up a studio in Malmö. I already knew that if I wanted to make games, I would most likely have to move, so the decision to move to Malmö didn't take me long to make. Finding a place to stay took a while, but I eventually managed to find a nice apartment and settle in, in no small part thanks to my incredibly kind and welcoming co-workers.

The setup in my new home in Malmö!


FIRING LASERS (more commonly known as Eye Tracking)


As promised, I will now spend some time talking about my adventures in eye tracking. After receiving a unit from Tobii, I first tested it with a bunch of games that already had eye tracking support. Deus Ex: Mankind Divided was a particularly useful use case study, since it had a robust implementation and used the eye tracker in interesting ways. I was initially very surprised at how well the eye tracker worked in that game, and how seamless and intuitive it was to use without putting any strain on my eyes. This gave me the confidence that we could use this to enhance SOMA.

Once I got a feel for what the technology was capable of, I read through Tobii's SDK documentation and code samples to figure out how it all worked. In simple terms, the Tobii eye tracker provides a continuous data stream of screen coordinates that represent the location on the screen the user is looking at. Think of it as firing 60+ laser beams per second from your eyes to your monitor. Bring it on, Cyclops!

After I was done feeling like a superhero, I looked into how we could use this in our own engine, HPL3. Since Tobii's SDK was easy to use, integrating it into HPL3 wasn't too difficult, especially with the help of our engine programmer Peter.

With the technical aspects more or less dealt with, I started thinking about the design of our eye tracking features, and how we could best make use of this technology to enhance the game. This included brainstorming sessions, quick prototyping and a lot of feedback from the rest of the team.

It quickly became clear that while controlling and moving stuff around on the screen with your eyes is fun, it becomes tiring and uncomfortable really fast. For a good experience, the player must never be actively thinking about using their eyes. Instead, the game should react to the player's natural eye movements and try to enhance the experience. A negative side effect of this design principle is that unfortunately quite a lot of features become very subtle and hard for the player to notice consciously, despite having an overall positive effect.

The white circle is where the player is looking.

Another interesting aspect of designing these features was how eye tracking could be used in a very immersive first person horror game. Horror games often rely on where the player is looking to trigger certain events, which always means a certain level of uncertainty about whether the player actually registered what was happening on the screen or not. With eye tracking, this uncertainty became very minimal, which meant that the timing of a lot of the events in SOMA naturally improved.

In the end, we ended up with a number of eye tracking features we were happy with. The most noticeable ones are extended view, which makes the viewport pan towards where the player is looking, and the ability to control the flashlight with your eyes. A number of enemies also react to the player's gaze, such as the flesher monster becoming aggressive when looked at and teleporting when the player blinks, or the deep sea diver stopping when the player maintains eye contact.

Other features are much more subtle and designed to enhance immersion and mood. For example, staring at creepy and gory scenes zooms the screen slightly, giving the impression that Simon is in a trance or shock-like state and can't look away. When the player looks at enemies, the screen distortion effect intensifies to further discourage players from looking at them.

Additionally there are some really secret ones, such as Ross' distorted computer messages appearing exactly when the player blinks, to further reinforce how Ross is inside Simon's head. My personal favorite, however, is a subtle reaction from K8, the incredibly friendly and helpful swimbot, which gives the player a small opportunity to communicate with it.

The developer showcase of eye tracking features.


In summary, working on eye tracking has been an incredibly fun and rewarding experience both because of the challenge, knowledge gained and the creative freedom. Besides, who doesn't enjoy firing lasers with their eyes? The end result hopefully enhances the SOMA experience, even if just a tiny little bit. So if you have the PC version on Windows and a Tobii eye tracker, consider giving an even more immersive version of SOMA a go!

The official trailer for eye tracking in SOMA.

Eye tracking is just a small part of my work at Frictional though, as I'm currently working on one of our next projects. I'm already really proud of what we're creating and I'm happier than ever with my choice to follow my dream of making games. We're all really excited to be able to share more of what we're doing, but until then we'll just keep doing our best. This also reminds me it is time for another gaming night, to keep our spirits up!

Quality Frictional Humour™ from a recent Jackbox Party night.


Wanna see who else works at Frictional? Check out the rest of the People of Frictional posts!

Sunday, February 23, 2020

Pokemon Go Adding New Deoxys Form This Week

Pokemon Go Adding New Deoxys Form This Week


The Mythical Psychic Pokemon Deoxys made its debut in Pokemon Go earlier this year as the game's second EX Raid boss, replacing Mewtwo. Up until now, the DNA Pokemon has only appeared in the mobile game in its Normal Forme, but a new variant of the Pokemon is set to arrive soon.

Developer Niantic has announced that Attack Forme Deoxys will be available in EX Raids later this month. Along with taking on a different appearance, Attack Forme Deoxys has a much higher attack stat than its standard form, and Niantic warns that it will be a "difficult challenge that requires Trainers to take advantage of every opportunity."

The new form of Deoxys is set to arrive with the next cycle of EX Raid invites, which are scheduled to go out beginning December 20. Unlike standard Raid Battles, you can only participate in EX Raids if you've received an invitation. In order to get one, you'll first need to have recently won a Raid Battle at a "qualifying" Gym. These are denoted by an EX Raid tag in the upper righthand corner when you look at the Gym's details.

In the meantime, players still have a little more time to catch Pokemon Go's latest Legendary, Cresselia. The Psychic Pokemon is scheduled to leave standard Raid Battles on December 18, just before Attack Forme Deoxys is set to arrive in EX Raids. Niantic hasn't announced when the game's next Legendary Pokemon will arrive, although the developer has teased that Azelf, Uxie, and Mesprit--three more Legendaries originally from Pokemon Diamond and Pearl--are on the way.

Pokemon Go's annual holiday celebration  is also set to return again soon. This year's event kicks off on December 18 and will introduce another handful of Gen 4 Pokemon, including Snorlax's pre-evolved form, Munchlax, as well as Snover, Abomasnow, and Croagunk. Festive hat Pikachu and Delibird will also return, and different bonuses will be meted out throughout the event until it ends on January 2.

Thursday, February 20, 2020

Three Gaming Interfaces To Pay Attention To

In this post, I want to discuss some gaming interfaces and user experience features in games. I will use my three favorite games for this present post, but the subject is broader and allows a bigger discussion that I intend to return to, next month.

DEAD SPACE (PS3)

In the horror-fiction game Dead Space, the interface is something to pay special attention to. The character's (Isaac Clarke) main statuses are disposed in a very strategic way: the life meter is located on his back in the shape of a spinal light, the weapon ammunition is showed as a small number when you aim the gun and, finally, the game has an interesting resource that is a luminous laser to help you easily locate the way the character must go (and it saves time in the complex scenario maze).



HERO (Atari)

This one is a relic from the beginning of the video-gaming era. HERO is an interesting case of user experience (UX) and interface with very limited constrols. Atari's joystick has only one button and one directional stick; with only two resources, HERO's designers implemented a wide range of possibilities: when you press the red button in the joystick the character uses its laser vision to kill enemies; by pressing down the control stick the character launches a dynamite do open walls and, finally, when you hold the control stick up the character flies using a jetpack. A very rich interface and UX created using minimal resources.



Entwined (PS4)

One of my favorite indie games Entwined is a great case of interface and usability. All the gameplay is based on how you can manage the two control sticks from PlayStation's joystick. During the whole experience, you must control the two mystic entities by only using circular movements; the user experience is focused on coordinating two different positions simultaneously (a challenge to your dexterity). Entwined is an incredibly created game, using only circular movements in two control sticks, a master class of game design.



On the three cases related in the post, we can clearly see the ideas of how games must strategically use concepts from the user experience field. To finish this conversation I want to share some content from the site nForm about this subject:

"The user experience is not one simple action – it is an interconnected cycle of attempting to satisfy hopes, dreams, needs and desires. This takes the shape of individuals comparing their expectations to the outcomes generated by their interaction with a system. Managing expectations then becomes key to successfully providing a satisfying "return on experience" that delights users and generates shared, sustainable value".

#GoGamers

Boo, Short Film, Review And Interview


Addiction carries a lot of social stigma for many people. There are a lot of struggles that come with managing the cravings that can present themselves at the worst of times. Rakefet Abergel's short story, Boo, is about one of those just so-uncomfortable situations.

I saw Boo at the 2019 FilmQuest film festival (website). It was nominated for Best Horror Short, Best Director (Rakefet Abergel), and Best Editing.

Rakefet Abergel was also honored with winning the Minerva Award. The Minerva is awarded to a woman who through their efforts in the film industry promote diversity and equality. The person has to have been an important role in the film presented at FilmQuest along with their activity in the industry. This is one of the top, and most cherished, Cthulhu Awards presented at the festival.

Boo is an acceptable film for everyone. There is some blood that is in comparison to television programs.

Synopsis: A traumatic event forces a recovering addict to face her demons, without her worried fiancé uncovering the truth. Over the course of a rough night, Devi, 7 years sober, must make a difficult choice between WHO she loves and WHAT she loves.

Along with have the chance of talking with Ms. Abergel at the festival she was kind enough to answer some questions about her film and herself.

What was the inspiration for Boo?

I wanted to tell the story of an addict, but in a new way. Addiction is something that has affected me and people I love, and I wanted to portray an addict struggling, but with a supernatural twist. My first film was more of a thriller, so I was hoping to do something a little more classically horror this time.
 

What project(s) do you have coming up you're excited about?

I'm working on writing my first feature film. It's called New Mom and it's a ghostly thriller about family, soul mates, and hurting the ones we love. I hope to have it ready to submit to fests next year and hopefully direct and star in it soon after that. I'm also working on another feature that has a Black Mirror-esque ending about love and suicide. I like to tackle the darkest of issues! I'm also developing my first film, Jax in Love, into a tv series.

What was your early inspiration for pursuing a career in film?

I've wanted to be an actress longer than I can remember. I took hundreds of classes, did plays, and yearned to be a working actor. After film school, I threw myself headfirst into my acting career. I had a lot of success, especially in the comedy arena, but found that I wasn't able to get the more dramatic roles. So, I decided it was time to start writing for myself and making films that I could act in to show off my dramatic abilities. While I've been able to do that, it definitely has shifted my priorities a bit towards writing and directing. But acting will always be my one and only true love and passion.

What would be your dream project?

My dream project would be an ongoing dramatic series that I could star in, along the lines of the Handmaid's Tale. Something that I could work on every day and develop a character over many years. If I got to direct a few episodes that would be even better! Ideally it would be a project that I wrote and/or developed because I plan on being a triple threat!
 

What are some of your favorite pastimes when not working on a movie?

It seems like I'm always working on something! I love to binge really great television series and I enjoy reading a lot as well. I can also be found at the local casino playing slots when I have a little extra cash. I love gambling and the excitement of the unknown, which is probably why I do this!

What is one of your favorite movies and why?

One of my favorite movies of all time is Back to the Future. It was one of the first films I saw in a theatre when I was like six years old and I was so blown away by the concept. I had never even considered time travel at that time and it's something that is so interesting to me! I also liked the idea of getting to know my parents as teenagers. That would have been so cool. Now I'll definitely watch or read anything to do with time travel. The concept is just fascinating. Back to the Future and, then much later, Pulp Fiction made me want to make my own films. I had never seen anything like Pulp Fiction in structure and it made me realize that there is no one way to make a film. That really there are no rules and there are ways to present the material in exciting new ways. And The Sixth Sense ignited the desire to always have a twist in my films because I love the idea of taking the audience down one road and then flipping the script on them. It's exciting!

You can watch the trailer for Boo along with additional behind the scenes footage.

Behind the Scenes of our over 50% female cast and crew: https://youtu.be/Uygn4ZLeBWw

There is more information on IMDb (link).

Boo has a number of places on social media you can explore.



I'm working at keeping my material free of subscription charges by supplementing costs by being an Amazon Associate and having advertising appear. I earn a fee when people make purchases of qualified products from Amazon when they enter the site from a link on Guild Master Gaming and when people click on an ad. If you do either, thank you.

If you have a comment, suggestion, or critique please leave a comment here or send an email to guildmastergaming@gmail.com.

I have articles being published by others and you can find most of them on Guild Master Gaming on Facebookand Twitter(@GuildMstrGmng).


Square Tiling Of A Sphere, Part 3/3

In the previous post I described how I learned about the cube/sphere geometry so that I could put a square grid on a sphere. I ended up spending too much time on that, because it turns out the mapping from cube to sphere wasn't as useful as I had thought. This happens to me sometimes, where I find something fascinating, spend a lot of time on it, and it turns out to be not that important.

As the final step in learning how to work with square tiles on a sphere, I wanted to make something on the sphere. I decided to make a dungeon map.

Dungeon map on a sphere
Dungeon map on a sphere

Despite my interest in procedural generation, I've never made a dungeon map before. I wasn't sure how hard it would be to work with the cube/sphere geometry so I decided to keep the dungeon part of it simple. I started out making a dungeon on a single square face of the cube, and was hoping I could easily extend it to work on the entire cube. It worked out but not without some missteps. I think geometric dungeon-making techniques like binary space partitioning may be more difficult in the cube/sphere map than graph-based techniques like Delaunay triangulation or graph grammars, but it's hard to know until someone tries them.

I wrote my notes about making a planet-shaped dungeon.

Thoughts:

  • extending a square grid to a sphere is not too hard, as long as the player is mostly looking at the grid and not the sphere
  • the 8 corners of the cube are problematic, and it's easiest if you can have the player avoid them
  • some algorithms will extend to the cube/sphere much more easily than others
  • sometimes instead of modifying an algorithm to work on the cube/sphere, it's easier to have an algorithm pretend it's on a flat surface and then "fold" the coordinates onto the next side of the cube

I think that's it for this little exploration. It was fun and I learned a lot but I'm ready to move on to another project.

Wednesday, February 19, 2020

Buds, Blooms, And Thorns Review Of Heroes & Tricks By Pencil First Games

Buds, Blooms, and Thorns Review of Heroes & Tricks by Pencil First Games
DisclaimerSupport me on Patreon!
Vitals:
Title: Heroes & Tricks
Designed by: Eduardo Baraf, Jonathan Gilmour
Publisher: Pencil First Games
MSRP: $20
2-6p | 15-25 min | 8+

Introduction:
No matter race, creed, gender, or empire – each child of Gamedor is born with an affinity to one of The Four Suits: Card, Meeple, Die, or Token. In Love and War these suits are absolutely meaningless, but in Game, well, they mean everything. A true leader uses their cards, and any means necessary, to gain the favor of other heroes of the land. Can you best the other Lords of Gamedor and build the biggest party of Heroes?

Gameplay:  The goal of Heroes and Tricks is to be the player to win the most tricks (thereby having the most Heroes) in the game. Each Trick is lead by a Hero card that defines the target suit and color, dramatically changing the play dynamic of typical trick-taking games. Players then play into the trick, but only see the last played card and need to use deduction, item play, and hand management to win the most tricks.

—description from the publisher

Blooms:
Blooms are the game's highlights and features.  Elements that are exceptional.
  • The artwork and component quality is great.  Characters and items are fun and comical, the cards and dividers are great quality, and the magnetic box is outstanding.
  • The ability to have the game playable without a table is very interesting.
  • Trick taking with some additional cards to give powers and abilities is a fun twist.
Buds:
Buds are interesting parts of the game I would like to explore more. 
  • I'm curious to know if repeated plays adds a better sense of strategic choice.  
  • There is a variant to play more like a traditional trick-taking game, without the box.  This may feel like you have more control of your game.
  • The rock-paper-scissors style hierarchy of suits is an interesting way of figuring out the trick winner if nothing matches the hero exactly.
Thorns:
Thorns are a game's shortcomings and any issues I feel are noteworthy.
  • Felt like it was mostly luck.  
  • Very limited information about what other players had made choices feel very limited and just a shot in the dark.
  • The general mechanics seemed straightforward at first, but felt a bit kludgy in practice.
  • Though you can play without a table, it's very helpful to have a place to lay down cards as you win tricks.  It's tough to juggle your hand, your won tricks, and the box as it's passed around.
  • There are four suits, four colors, and various ranks of cards within each suit and color.  Each color has two suits, each of which it shares with another color.  That's just too much going on and it results in chaos.
Final Thoughts:
Admittedly I didn't play this game much, but what I did play felt like it was mostly luck since there was so little known information about what anyone had and what was played.  You can only see the card that was played before your own turn.  Unfortunately I couldn't ever find anyone interested in exploring the game further. 

I do like the idea of games that you can play without needing a table, and you can play this without a table, but that's very cumbersome.  You need a place to put the cards you win.  It also gets tiring to have to pass the box around, open it to see the last card played, pick something from your hand, then place it in the box.  Then resolving tricks requires that everything be emptied, the winner figured out based on suit, color, rank, and if any of that happens to match the hero that started the trick or if any gear cards changed anything up along the way.  It all ends up being very chaotic and fiddly.

There are interesting ideas in Heroes & Tricks, but they don't feel well thought out and aren't implemented very well.  So much has been done and added that the game just feels like a random, chaotic mess.  All you're doing is guessing the whole time.  I think instead of expanding to essentially 8 suits (if you consider each suit/color combination separately), since you can only see the card played previously, reducing the number of suits would have been a better idea.  Then you'd be able to make some deductions based on cards you have in your own hand.

This may be more interesting as a standard trick-taking game, where you can see everything played, but only the first player gets to see the Hero that they are attempting to win.  I could see this played where the first player gets to see the hero.  Then all players play one card, visible to everyone, possibly with a Gear card played secretly behind their played card.  I think that would be a lot more interesting, add some clever player interactions and deduction, and feel much less chaotic.  You'd have to eliminate the box novelty though.

As it is, I can't recommend Heroes & Tricks, which is a shame since it looks great and has some great ideas.  If you are looking for something to play while in line at a convention, or at a restaurant with limited table space, I think there are better games to play.  But if you like the theme, and don't mind a game that's more an activity and exercise in randomness, then you may get some enjoyment out of it.  Be warned though, whether you win or lose will have more to do with chance than any choices you make.

Buds, Blooms, and Thorns Rating:
Thorn!  I can't quite recommend this game,
although you may enjoy it if you like games
like this.  I feel this game has some flaws and
there are areas that it could improve in the
experience it provides.

Pictures:





Did you like this review?  Show your support: Support me on Patreon!Also, click the heart at Board Game Links , like GJJ Games on Facebook , or follow on Twitter .  And be sure to check out my games on  Tabletop Generation.


GJJ Games Reviews are independent, unpaid reviews of games I, George Jaros, have played with my family and friends.  Some of these games I own, some are owned by friends, some are borrowed, and some were provided by a publisher or designer for my honest feedback and evaluation.  I make every attempt to be both honest and constructively critical in my reviews, and they are all my opinions.  There are four types of reviews on GJJ Games: Full Reviews feature critical reviews based on a rubric and games receive a rating from 0 to 100.  Quick Reviews and Kickstarter Previews are either shorter reviews of published games or detailed preview reviews of crowdfunding games that will receive a rating from 0 to 10 based on my impressions of the game.  Buds, Blooms,and Thorns reviews are shorter reviews of either published or upcoming games that highlight three aspects of a game: Buds are parts of a game I look forward to exploring more, Blooms are outstanding features of a game, and Thorns are shortcomings of a game.  Each BBT review game will receive an overall rating of Thorn, Bud, or Bloom.

Darksiders 3 - Review



Darksiders 3 - Review

Darksiders has always felt like it belonged on the fringe. As we haven't seen many games like Darksiders III in the past decade or so. The Darksiders series has always been focus and has steady design omnipresent in all of its moving parts. It's a third-person action game that isn't afraid to stunt your progress to an end for an hour or more until the point that you figure out how to beat a seemingly-impossible boss. And of course, every game need not to be a giant open world where you have tons of never-ending supply of side quests. And that's exactly the kinda game where Darksiders 3 fits in. It isn't a giant open world game, it's all about the combat which is freaking satisfying. 

But sure, this game isn't flawless, there are padding issues and other nitpicks, however the strong locales and the more than serviceable action help concrete this series as an actual action contender.

The biggest flaw, I think is the sporadic nature in Darksiders 3. Rather than having dungeons themed around these overwhelming enemies, they're simply stuffed inside destroyed skyscrapers and abandoned museums like any other enemy.



Quick Facts:

  • Release Date: 27 November 2018
  • Platforms: PlayStation 4, Xbox One, Microsoft Windows
  • Genres: Hack and slash, Action-adventure game
  • Developer: Gunfire Games

After both War and Death had a fabulous time in Darksiders 3's predecessors, it's now the turn of the perpetually angry Fury, she is incredible, offering a powerful performance that takes each scene she possesses, lending your control of her an extra dose of power. She's sent out to hunt down the Seven Deadly Sins, and every one of them serves as one of Darksiders III's collection of varied major boss fights thus to re-establish the balance between Heaven and Hell torn apart in previous games.




Fury uses a bladed whip known as the 'Barbs of Scorn', which offers a satisfying combat feedback of meaty hits in some demonic entity's face, but you need to be close to the enemy.

Talking about the graphics, while there have been games this year that have really stunned me with their magnificent open world graphics, Darksiders 3 isn't one of them. The stylized, cartoonish characters are plopped into a quite generic-looking world that lacks detail. So, you can say that this game isn't for graphics lovers, but is for the combat lovers.


The act of combat is very easy, achieved with a single button to swing Fury's whip in all direction, striking down all enemies in her vicinity. Your heavy assault, so to speak, is given to a variety of secondary weapons you'll unlock as things progress. Fire, Thunder, and Gravity are only a couple of the things you'll come to adopt. 

Despite being the combat pretty easy, this is no mindless beat them up where you just run into a group of monsters mashing your attack buttons. All way of demons, skeletons, angels, giant creepy insects, and trolls should be chopped down, and you won't get much far without being observant of their behaviors. You need to be patient, wait for their attack, time your dodge at the right time, and boom! Dodging perfectly will slow down time for a spell, opening up enemies for a vicious counter-attack which feels really satisfying.



And as Darksiders 3 has taken some inspiration from Dark Souls, Fury's low survivability forces you to approach combat in a way that gives an exuberant combos. Enemies are quick and hit hard, and are mostly found in groups. With no stamina meter to talk about, there's an emphasis on dodging and keeping out of danger that deviates from Dark Souls' stringent use of energy management.

Fury's ever-expanding arsenal incorporates lots of fun toys, and it's up to you to choose which ones to power up and depend mostly on. Alongside her weapons, she gains new movement powers that give her access to new areas, and once you've unlocked them all it's amusing to switch between all her various forms to find the correct tools for the different combat and obstacle jobs.




Our ferocious fury is surprisingly vulnerable, as no matter how powerful she becomes, she still gets killed in a matter of seconds if you aren't careful. This is a bit of nuisance when Serpent Holes, what could be compared to Dark Souls' Bonfires, are spread so far apart. Trawling through bland corridors filled with boss's bitches glad to throw themselves at you is frustrating when you have someplace to be.

The bosses in Darksiders III are not messing around. While the first couple probably won't pose much of a threat, eventually you'll face one that doesn't appear to react to any trap or assault you've learned up to that point. Not to ruin any surprise, but don't be stunned if a boss doesn't go down as easily as it appears they will. It tends to disappoint abruptly having the tables turned on you, no doubt, however with persistence success eventually comes. In this way, Darksiders III feels like it's of some other time. So be ready to achieve something, not the easy way.


The Verdict

Gunfire Games has put forth a valiant effort, and at times, succeeds in making Darksiders 3 a worthwhile successor to the past two entries. Combat is fun and accessible while exploration is nuanced enough to stay engaging. Its throwback philosophy is comfort food for action gamers of a particular age. But because of so many technical issues with it, It feels like a package that is enjoyable yet ultimately underwhelming.








Thursday, February 13, 2020

Brave Browser the Best privacy-focused Browser of 2019



Out of all the privacy-focused products and apps available on the market, Brave has been voted the best. Other winners of Product Hunt's Golden Kitty awards showed that there was a huge interest in privacy-enhancing products and apps such as chats, maps, and other collaboration tools.

An extremely productive year for Brave

Last year has been a pivotal one for the crypto industry, but few companies managed to see the kind of success Brave did. Almost every day of the year has been packed witch action, as the company managed to officially launch its browser, get its Basic Attention Token out, and onboard hundreds of thousands of verified publishers on its rewards platform.

Luckily, the effort Brave has been putting into its product hasn't gone unnoticed.

The company's revolutionary browser has been voted the best privacy-focused product of 2019, for which it received a Golden Kitty award. The awards, hosted by Product Hunt, were given to the most popular products across 23 different product categories.

Ryan Hoover, the founder of Product Hunt said:

"Our annual Golden Kitty awards celebrate all the great products that makers have launched throughout the year"

Brave's win is important for the company—with this year seeing the most user votes ever, it's a clear indicator of the browser's rapidly rising popularity.

Privacy and blockchain are the strongest forces in tech right now

If reaching 10 million monthly active users in December was Brave's crown achievement, then the Product Hunt award was the cherry on top.

The recognition Brave got from Product Hunt users shows that a market for privacy-focused apps is thriving. All of the apps and products that got a Golden Kitty award from Product Hunt users focused heavily on data protection. Everything from automatic investment apps and remote collaboration tools to smart home products emphasized their privacy.

AI and machine learning rose as another note-worthy trend, but blockchain seemed to be the most dominating force in app development. Blockchain-based messaging apps and maps were hugely popular with Product Hunt users, who seem to value innovation and security.

For those users, Brave is a perfect platform. The company's research and development team has recently debuted its privacy-preserving distributed VPN, which could potentially bring even more security to the user than its already existing Tor extension.

Brave's effort to revolutionize the advertising industry has also been recognized by some of the biggest names in publishing—major publications such as The Washington Post, The Guardian, NDTV, NPR, and Qz have all joined the platform. Some of the highest-ranking websites in the world, including Wikipedia, WikiHow, Vimeo, Internet Archive, and DuckDuckGo, are also among Brave's 390,000 verified publishers.

Earn Basic Attention Token (BAT) with Brave Web Browser

Try Brave Browser

Get $5 in free BAT to donate to the websites of your choice.