ADVERTISEMENT

With proprietary technology in their back pocket, the PFL has opportunities to enter gaming of all kinds

Published Nov 9, 2020 09:50 am

With the advancement of technology, anything is possible and that is what the Professional Fighters League has been aiming – to do an excellent job in making use of the latest advancements in technology to further enhance the viewing experience for fans. 

Thanks to their proprietary SmartCage technology, fans have been able to keep track of their favorite fighters as well those fighters’ statistics inside the cage in real time. This, along with the PFL’s unique regular season-like league format has helped fans get that major sporting event feel to go with exciting MMA action. 

These, among many other things, is why the PFL is being considered as the most innovative league in sports today, and why they’ve catapulted into the number two MMA organization in the world, just behind the UFC. 

Enhancing the viewing experience for fans, however, is just the tip of the iceberg for the PFL in terms of putting their tech to good use. 

With the SmartCage allowing viewers to track specific statistics like punch and kick speed, power rate, and more, it also opens the door for the possibility of various betting opportunities. 

Sure, betting on fights and its outcomes has been around probably as long as combat sports has existed. Now however, the PFL’s real-time statistics tracking allows bets to be made on different variables of the fight, such as average punch speed, or power ratings per round. The possibilities are endless, to be honest. 

Not much of a betting person and more of a console consumer, fear not, as the PFL is reportedly getting ready to develop their own video game franchise. 

According to co-founder and chairman Donn Davis, the PFL’s league format makes it a perfect candidate for a video game. 

“The PFL league format behaves much like the league format in FIFA and in Madden. The console opportunity with the PFL is very intriguing. Now that PFL has established itself, I believe you’ll see us in conversation with those kinds of people,” Davis said in an interview with Forbes. 

Davis has had experience in the gaming world before as one of the co-owners of Team Liquid, the most decorated franchise in eSports today. 

Davis added that while a console-based title is a goal, another avenue that’s waiting to be tapped is the mobile free-to-play market, which has enjoyed a significant boom in the past few years.

With mobile devices becoming more and more powerful in terms of tech specs, people have gravitated towards free-to-play titles due mainly to the convenience of being able to enjoy a video game on the go. 

Davis sees that as an opportunity. 

“The free-to-play mobile game opportunity has not been developed by others in combat sports. The WWE has a very successful mobile FTP mobile game. I think the WWE is a great example of what can be done with PFL, from an FTP mobile standpoint,” Davis said. 

“That’s a different experience, to a different customer. With 5G coming to 5 billion people around the world on mobile phones? I think that is a different and interesting market that can also be tapped into for PFL,” he added. 

With the tech inside and outside the cage, the PFL is indeed making good on their identity as the most innovative league in sports.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.