Difference between revisions of "Gaming"

From
Jump to: navigation, search
m (Gamification)
m (Gamification)
Line 182: Line 182:
 
[http://www.youtube.com/results?search_query=Gamification+Metaverse+blockchain+NFT Youtube search...]
 
[http://www.youtube.com/results?search_query=Gamification+Metaverse+blockchain+NFT Youtube search...]
 
[http://www.google.com/search?q=Gamification+Metaverse+blockchain+NFT ...Google search]
 
[http://www.google.com/search?q=Gamification+Metaverse+blockchain+NFT ...Google search]
 +
 +
Gamification is the strategic attempt to enhance systems, services, organizations, and activities in order to create similar experiences to those experienced when playing games in order to motivate and engage users. This is generally accomplished through the application of game-design elements and game principles (dynamics and mechanics) in non-game contexts. It can also be defined as a set of activities and processes to solve problems by using or applying the characteristics of game elements. Gamification is part of persuasive system design, and it commonly employs game design elements to improve user engagement, organizational productivity, flow, learning, crowdsourcing, knowledge retention, employee recruitment and evaluation, ease of use, usefulness of systems, physical exercise, traffic violations, voter apathy, public attitudes about alternative energy, and more. A collection of research on gamification shows that a majority of studies on gamification find it has positive effects on individuals. However, individual and contextual differences exist. [http://en.wikipedia.org/wiki/Gamification Wikipedia]
  
 
=== <span id="NFT"></span>NFT ===
 
=== <span id="NFT"></span>NFT ===
Line 191: Line 193:
 
* [http://gamefi.org/ GameFi]
 
* [http://gamefi.org/ GameFi]
  
Non-fungible Token - is a unique and non-interchangeable unit of data stored on a digital ledger (blockchain).[1] NFTs can be associated with easily-reproducible items such as photos, videos, audio, and other types of digital files as unique items (analogous to a certificate of authenticity), and use blockchain technology to give the NFT a public proof of ownership. Copies of the original file are not restricted to the owner of the NFT, and can be copied and shared like any file. The lack of interchangeability (fungibility) distinguishes NFTs from blockchain cryptocurrencies, such as Bitcoin. [http://en.wikipedia.org/wiki/Non-fungible_token Wikipedia]
+
Non-fungible Token - is a unique and non-interchangeable unit of data stored on a digital ledger (blockchain). NFTs can be associated with easily-reproducible items such as photos, videos, audio, and other types of digital files as unique items (analogous to a certificate of authenticity), and use blockchain technology to give the NFT a public proof of ownership. Copies of the original file are not restricted to the owner of the NFT, and can be copied and shared like any file. The lack of interchangeability (fungibility) distinguishes NFTs from blockchain cryptocurrencies, such as Bitcoin. [http://en.wikipedia.org/wiki/Non-fungible_token Wikipedia]
  
 
==== Sandbox ====
 
==== Sandbox ====

Revision as of 16:59, 21 November 2021

Youtube search... ...Google search


NVIDIA: 40 Years on, PAC-MAN ...2020

  • GameGAN, a generative adversarial network trained on 50,000 PAC-MAN episodes, produces a fully functional version of the dot-munching classic without an underlying game engine.

OpenAI: Hide and Seek ... 2019

Brown & Sandholm: 6-player Poker ...2019

Google DeepMind AlphaStar: StarCraft II ... 2019

OpenAI: Dota 2 ...2018

Google DeepMind AlphaGo Zero: Go ...2016

Andrew Jackson & Josh Hoak: Minigo ...2018

an open source, unofficial implementation of AlphaGo Zero using Reinforcement Learning (RL) approaches can be massively parallelized, so Kubernetes seems like a natural fit, as Kubernetes is all about reducing the overhead for managing applications. However, it can be daunting to wade into Kubernetes and Machine Learning, especially when you add in hardware accelerators like GPUs or TPUs! This talk will break down how you can use Kubernetes and TensorFlow to create, in relatively few lines of code, a tabula rasa AI that can play the game of Go, inspired by the AlphaZero algorithm published by Deepmind. This talk will rely on GPUs, TPUs, TensorFlow, KubeFlow, and large-scale Kubernetes Engine clusters. Uses self-play with Monte Carlo Tree Search and refining the Policy/Value along the way.

Google DeepMind: Atari video games ...2015

IBM: Watson: Jeopardy ...2011

IBM: Deep Blue: Chess ...1997

John Conway: The Game of Life (GoL) ...1970

Gospers_glider_gun.gif

The Rules

  • For a space that is 'populated':
    • Each cell with one or no neighbors dies, as if by solitude.
    • Each cell with four or more neighbors dies, as if by overpopulation.
    • Each cell with two or three neighbors survives.
  • For a space that is 'empty' or 'unpopulated'
    • Each cell with three neighbors becomes populated.

Donald Waterman: Draw Poker ...1968

Donald Michie: Noughts and Crosses ...1960

MENACE (the Machine Educable Noughts And Crosses Engine) “learns” to play Noughts and Crosses by playing the game repeatedly against another player, each time refining its strategy until after having played a certain number of games it becomes almost perfect and its opponent is only able to draw or lose against it. The learning process involves being “punished” for losing and “rewarded” for drawing or winning, in much the same way that a child learns. This type of machine learning is called Reinforcement Learning (RL). Menace: the Machine Educable Noughts And Crosses Engine | Oliver Child - Chalkdust

MENACE makes a move when the human player randomly picks a bead out of the box that represents the game’s current state. The colour of the bead determines where MENACE will move. In some versions of MENACE, there were beads that only represented more blatant moves such as the side, centre, or corner. The human player chooses the beads at random, just like a neural network’s weights are random at the start. Also like weights, the beads are adjusted when there is failure or success. At the end of each game, if MENACE loses, each bead MENACE used is removed from each box. If MENACE wins, three beads the same as the colour used during each individual turn are added to their respective box. If if the game resulted in a draw, one bead is added. How 300 Matchboxes Learned to Play Tic-Tac-Toe Using MENACE | Caspar Wylie - Open Data Science (ODSC)

img3.jpg



Hexapawn

Arthur Samuel: Checkers ...1950s


Gamification

Youtube search... ...Google search

Gamification is the strategic attempt to enhance systems, services, organizations, and activities in order to create similar experiences to those experienced when playing games in order to motivate and engage users. This is generally accomplished through the application of game-design elements and game principles (dynamics and mechanics) in non-game contexts. It can also be defined as a set of activities and processes to solve problems by using or applying the characteristics of game elements. Gamification is part of persuasive system design, and it commonly employs game design elements to improve user engagement, organizational productivity, flow, learning, crowdsourcing, knowledge retention, employee recruitment and evaluation, ease of use, usefulness of systems, physical exercise, traffic violations, voter apathy, public attitudes about alternative energy, and more. A collection of research on gamification shows that a majority of studies on gamification find it has positive effects on individuals. However, individual and contextual differences exist. Wikipedia

NFT

Youtube search... ...Google search

Non-fungible Token - is a unique and non-interchangeable unit of data stored on a digital ledger (blockchain). NFTs can be associated with easily-reproducible items such as photos, videos, audio, and other types of digital files as unique items (analogous to a certificate of authenticity), and use blockchain technology to give the NFT a public proof of ownership. Copies of the original file are not restricted to the owner of the NFT, and can be copied and shared like any file. The lack of interchangeability (fungibility) distinguishes NFTs from blockchain cryptocurrencies, such as Bitcoin. Wikipedia

Sandbox

Youtube search... ...Google search

The Sandbox is a community-driven platform where creators can monetize voxel ASSETS and gaming experiences on the blockchain.

The Sandbox is a virtual gaming world, where players are able to create, build, trade, own, and monetise their gaming within the Ethereum Blockchain. The aim is to provide gamers with actual ownership of in-game items as NFTs (non-fungible tokens) and reward them for their playtime and participation within the games ecosystem – contrary to existing game makers like Minecraft and Roblox. $SAND is the currency of THE SANDBOX and is used for all transactions. It allows users access to the platform, enables them to play games, stake (if desired), and earn rewards. $SAND token is currently listed on over 20 exchanges, with the most well-known being; Crypto.com, Bittrex, and Kraken amongst others. The Sandbox is currently one of the top 5 Metaverse projects representing approximately 7% of the sector. The METAVERSE Is Coming and It Will Be HUGE | Bitcoinist

AXIE INFINITY

Youtube search... ...Google search

Axie was built as a fun and educational way to introduce the world to blockchain technology. Many of the original team members met playing Crypto kitties, and it was their first time ever using Blockchain for anything other than pure speculation. They soon started working on Axie to introduce the magic of Blockchain technology to billions of players. The Vision

  • We believe in a future where work and play become one.
  • We believe in empowering our players and giving them economic opportunities.
  • Most of all, we have a dream that battling and collecting cute creatures can change the world.
  • Welcome to our revolution.

In short, Axie Infinity is a Pokemon-inspired game based on the blockchain, where players can battle other players and earn money. Axies are unique digital assets stored on Axie’s’ own blockchain and owned in the form of an NFT. The most expensive Axie sold to date was for 300 ETH (Ethereum). To create a new Axie, existing Axie owners must “breed” them by spending in-game currency earned within the game or purchased from an exchange. By winning battles, or selling their Axies to another player, owners can earn the in-game currency. Any earnings can then be sold or traded on the open market for money, generating income for players. Released in March 2018, Axie was one of the first to combine Crypto, Play To Earn, NFT’s, and METAVERSE and it continues to grow with a total trading volume that exceeds $2.4 billion.The METAVERSE Is Coming and It Will Be HUGE | Bitcoinist

Cybersecurity - Gaming

Youtube search... ...Google search

CSIAC Podcast - Hypergaming for Cyber - Strategy for Gaming a Wicked Problem
CSIAC Learn more Cyber as a domain and battlespace coincides with the defined attributes of a “wicked problem” with complexity and inter-domain interactions to spare. Since its elevation to domain status, cyber has continued to defy many attempts to explain its reach, importance, and fundamental definition. Corresponding to these intricacies, cyber also presents many interlaced attributes with other information related capabilities (IRCs), namely electromagnetic warfare (EW), information operations (IO), and intelligence, surveillance, and reconnaissance (ISR), within an information warfare (IW) construct that serves to add to its multifaceted nature. In this cyber analysis, the concept of hypergaming will be defined and discussed in reference to its potential as a way to examine cyber as a discipline and domain, and to explore how hypergaming can address cyber’s “wicked” nature from the perspectives of decision making, modeling, operational research (OR), IO, and finally IW. Finally, a cyber-centric hypergame model (CHM) will be presented.

Live Project Ares Walk Through
If you are interested in playing Project Ares, please fill out this form - http://bit.ly/ITCQ-ARES-Q Project Ares Gamified Cyber Security Training from Circadence http://www.circadence.com www.zachtalkstech.com teespring.com/stores/it-career-questions

CyberStart Game - Video1
How to quickly get up and running with the the CyberStart game. This video includes an overview of the game Intro, the Basic Layout and the Field Manual.

TryHackMe - Beginner Learning Path
ActualTom Broadcasted live on Twitch -- Watch live at https://www.twitch.tv/actual_tom

Airport CEO

Youtube search... ...Google search

S1:E1 Airport CEO - Extreme Difficulty - An Aggressive Start
In this episode, we kick off a new series playing Airport CEO on extreme difficulty and showcasing a very aggressive start where we embrace debt and expand rapidly. Airport CEO is a city-builder / tycoon game where the player is acting as CEO of an airport.

BETTER Baggage Security! | Airport CEO
Come fly with me..


More...


Books

Invent Your Own Computer Games with Python | Al Sweigart

51mpkckeu4L._SX376_BO1,204,203,200_.jpg

Deep Learning and the Game of Go | Max Pumperla, Kevin Ferguson

51LpAeEYhzL._SX397_BO1,204,203,200_.jpg

Hands-On Deep Learning for Games: Leverage the power of neural networks and reinforcement learning to build intelligent games | Micheal Lanham

517S9nvodoL._SX404_BO1,204,203,200_.jpg

Machine learning and Artificial Intelligence 2.0 with Big Data: Building Video Games using Python 3.7 and Pygame | Narendra Mohan Mittal

41eHxTsXXgL.jpg