// BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_locale_css' ) ): function chld_thm_cfg_locale_css( $uri ){ if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) ) $uri = get_template_directory_uri() . '/rtl.css'; return $uri; } endif; add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' ); if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'font-awesome-v5','bootstrap','sidr','magnific-popup','sliderpro' ) ); wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION add_action( 'admin_enqueue_scripts', 'my_cfg_admin_enqueue' ); function my_cfg_admin_enqueue(){ wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); wp_enqueue_style('style-cfg-child', get_stylesheet_uri(), array(), "4.2"); } add_action( 'after_setup_theme', 'remove_plugin_image_sizes', 999 ); function remove_plugin_image_sizes(){ remove_image_size( '2048x2048' ); remove_image_size( '1536x1536' ); remove_image_size( 'large' ); } function action_dynamic_sidebar_after( $array ) { if($array == "home-content-widgets") { echo the_content(); } }; add_action( 'dynamic_sidebar_after', 'action_dynamic_sidebar_after', 10, 1 ); add_action( 'trashed_post', 'mtp_delete_attached_thumbnail_for_trashed_product', 20, 1 ); function mtp_delete_attached_thumbnail_for_trashed_product( $post_id ) { // gets ID of post being trashed $post_type = get_post_type( $post_id ); // does not run on other post types if ( $post_type != 'post' ) { return true; } // get ID of featured image $post_thumbnail_id = get_post_thumbnail_id( $post_id ); // delete featured image wp_delete_attachment( $post_thumbnail_id, true ); }/** * The header for our theme * * This is the template that displays all of the section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?> Game studios quietly integrate blockchain without the buzzword – CoinsMegaNews

Game studios quietly integrate blockchain without the buzzword

Game studios quietly integrate blockchain without the buzzword

[ad_1]

Cointelegraph was on the ground during the second edition of the Madeira Blockchain 2023, held between Nov. 30 and Dec. 1. The event explored regional Web3 developments, as well as how the Portuguese islands are looking for startups and tech talent to grow their economy in the digital age.

During a roundtable discussion at the conference, gaming studios working on blockchain features discussed the challenges associated with integrating the technology into games, including getting acceptance from developers, players and publishers.

Redcatpig is a Web3 game development studio, but the firm has run into obstacles in integrating the technology into its pipeline. “One of the toughest challenges I faced was communicating with my internal team to help them understand that this [blockchain] technology can greatly benefit gamers and enhance games,” noted Marco Bettencourt, the company’s CEO.

Developers at Redcatpig have been collaborating on blockchain gaming solutions. The company’s first blockchain-based game, HoverShock, will be released in 2024 and feature nonfungible token-based skins and drones that can be traded on a marketplace within the game and purchased with fiat or cryptocurrencies.

Despite the studio’s extensive work on integrating blockchain, it has avoided buzzwords associated with the technology. “We all know there is new technology. We all know about NFTs and proprietary technology. And you won’t sell games using the buzzwords. […] Players don’t need to know that it is Web3 or blockchain. The only thing they need to know is that if they buy a skin, they own it, and they can sell it tomorrow if they want,” Bettencourt added.

Gaming roundtable at Madeira Blockchain 2023. Source: Ana Paula Pereira/Cointelegraph

Another company that has seen backlash for integrating blockchain into its development is VEU. Founded in Los Angeles, the firm specializes in AI-powered solutions for navigating virtual worlds, but its community was not supportive of the introduction of blockchain technology.

”Players don’t even need to know what we do; they just need to perceive the product. […] I don’t need to know about a technology to use it. […] So I think that’s the pivot, that’s the switch that the industry needs to face. Just like before, other types of technologies weren’t accepted until people stopped talking about them,” said Nuno Rivotti, chief product officer at VEU.

Despite the backlash, game developers haven’t slowed down in integrating blockchain. In Portugal, the technology has become one of the most important innovations incorporated into gaming product pipelines and government investment strategies through the eGames Lab, a consortium of 22 public and private entities aiming to support the video game industry in the country toward internationalization.

“As part of the Recovery and Resilience Plan, there is a specific agenda for blockchain, incorporating training components, in addition to research and development, software production, and marketing,” said Pedro Dominguinhos, president of the National Monitoring Commission for the Recovery and Resilience Plan in Portugal, told Cointelegraph.

Magazine: Blockchain games aren’t really decentralized… but that’s about to change

[ad_2]

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *

/** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?>