Tag: gaming

6 Posts

Converting to Godot and Understanding Differences
[alert]Sorry for the long break I have been very busy with college and other events the last couple months hopefully we will return to at least one post a month. Also I hope everyone one had a good new years unfortunately I missed the 1 year anniversary of the website but I do have something planned that will maybe be done in the future.[/alert] Recently with the problems we have seen with the trustworthiness of Unity, many have escaped to the game engine that is Godot. Today I am going to take a look at it, compare it with Unity, and look at some code examples with it.   Understanding Godot Godot is an open-source, cross-platform game engine that boasts a user-friendly interface and a powerful set of features. Developed by a passionate community, Godot has gained traction due to its transparency, active support, and the absence of licensing fees. With support for 2D and 3D game development, Godot provides a robust foundation for developers to bring their visions to life. Differences There are many…
Unity Destroying their Chances and the Current Game Development Community
The recent events of Unity in which they have decided to prioritize their short term income versus the long term income creates a dangerous expectation where Unity can continue to increase their prices without needing to check into the community and taking its feedback properly. After the introduction of their install fees many game developers have been complaining about not only the extra fee (which punishes those who run on a free to play model, or who works with a subscription service) but also violates the trust of the community. Here's a quick look at the policy: Some have mentioned that the install cost may go over their estimated revenue for their game. The Risks Many may be thinking why it would matter to make a small addition to the pricing change of games but you may remember that this system is based off installs of a game. This means that game developers are at risk for: Piracy: Pirated copies are likely to still count as an install. Subscription Services: Joining a subscription service means…
How to design a DLC properly
DLC lately have been seeing a decline in quality. Many have noticed that lots of DLC have been just skin packs, or highly hated by the community. As James Thomas writes on the Cultured Vultures, "Many times I have found myself shaking my head at the sheer cheek of some of the gaming companies that charge you £10 just to buy an additional outfit for your character to use in-game. As anyone who knows me can attest, they are constantly reminded by me that I genuinely hate that aspect of the gaming industry today." Some of these DLC don't only do that but make the game actively worse. [caption id="" align="alignnone" width="965"] This DLC is $20 without sale which is half of the game's cost.[/caption] That does not mean we need to lose our hope for DLC done right. There are instances where downloadable content has successfully enhanced games and provided meaningful additions that resonate with players. When DLC is thoughtfully developed and offers substantial content, it can greatly enrich the gaming experience. DLC done…
The Difficulty of Multiplayer: How Risk of Rain 2 Fails in it’s Multiplayer Aspects
Co-op games are a more underground type of multiplayer experience nowadays. Especially with the advent of the internet, couch co-op games lost their advantage of only needing one copy to play. The internet did revolutionize multiplayer though as each player had their own screen and it allowed for a more detailed (and secret) multiplayer experience. As MakeUseOf puts it, "it is much more difficult for developers to make a game that has more than 30FPS, high-resolution graphics, expansive content, and includes split-screen... it is much more financially beneficial to developers, publishers, and console manufacturers if they don't include a feature that allows you and your friends to play with each other on the same console." Some games add non-split-screen multiplayer as an afterthought and one of those games seems to be Risk of Rain 2. The problems with multiplayer in Risk of Rain 2 highlight the generic problems with co-op multiplayer games. Slapped in Modes Lots of single-player games in the current era have slapped in multiplayer modes. These are commonly unbalanced or do not…
Gaming in Education
I'm sure many have heard the famous phrase, "Those video games are going to rot your brain." A famous argument for why people should play fewer video games. But is that argument baseless? Well, many have turned out for the worse with video game addiction. As the APA puts it, "research demonstrates a consistent relation between violent video game use and increases in aggressive behavior, aggressive cognitions, and aggressive affect, and decreases in prosocial behavior, empathy and sensitivity to aggression," but it is important to recognize that this is not the only thing videos games can do. Video games can instead be an incredibly powerful tool for education: helping to develop critical thinking skills, foster creativity, and even teach social skills. And these benefits aren't just limited to educational games - even popular games like Minecraft can have educational value. Critical Thinking in Video Games Many games require players to analyze situations, make decisions, and other problem-solving skills. This helps to develop those abilities and encourages players to think critically about the choices they make.…
You should mod a 3ds!
A few days ago the Nintendo eShop for the WiiU and 3DS closed permanently. But that does not mean that the 3ds is a brick, far from it. Enter homebrewing.   Homebrewing Homebrewing is very simple on the 3ds, in fact, one of the most simple consoles to soft mod. But you may not know what homebrewing is. Homebrewing can be defined as cracking through a system's security in such a way that allows you to execute custom code. This typically refers to gaming consoles as personal computers and most other computational devices allow you to run custom code anyways. What of it? You might be wondering, okay, I can run custom code on my 3ds easily, but what is the point? The point of homebrewing your 3ds is that it allows you to do things that were previously impossible or restricted by Nintendo's proprietary software. The 3ds can handle emulators for some more classic games like GBA, NES, and SNES. You can also install custom themes and back up your game saves. One of…