Analysis of Gaming Device
Analysis of Gaming Device
1. AIM
2. INTRODUCTION
3. THEORITICAL APPROACH
USED 5.CODE
6. OUTPUT
7. CONCLUSIONS
8. BIBLIOGRAPHY
AIM
1. Gathering data of top 10 games played on
devices like pc,mobile and console
from a domain and displaying it:-
# graphically
# with the help of data frame.
Taking into account the worlds’ population playing
online
CODE:
import pandas as pd
p={2021:88931000,2019:40500000,2020:251600000}
df=pd.DataFrame(p,index=[1])
df
#PS4 GAMES
import matplotlib.pyplot as pl
x=['It Takes Two','FIFA 2022','GTA 5','Mass Effect Legendary Edition','Psychonauts 2','Disco Elysium The
FinalCut','Hitman 3','Castlevania Advance Collection','Guilty Gear -Strive','FIFA 17']
y=[5000,3100,1700,5981,1700,7000,5000,500,3000,1500]
pl.xlabel('game names')
pl.ylabel('total downloads ')
pl.pie(y,labels=x)
pl.show()
import matplotlib.pyplot as pl
x=['It Takes Two','FIFA 2022','GTA 5','Mass Effect Legendary Edition','Psychonauts 2','Disco Elysium The
FinalCut','Hitman 3','Castlevania Advance Collection','Guilty Gear -Strive','FIFA 17']
y=[5000,3100,1700,5981,1700,7000,5000,500,3000,1500]
pl.xlabel('game names')
pl.barh(x,y,color=['r','c','k','g','m','y'])
pl.show()
import matplotlib.pyplot as pl
y=[200000,300000,400000,500000,400000,500000,900000,400000,300000,150000]
pl.xlabel('game names')
pl.barh(x,y,color=['r','c','k','g','m','y'])
pl.show()
import pandas as pd
p={2020:44301850,2019:148910000,2021:66400000}
df=pd.DataFrame(p,index=[1])
df
# 2021 pc games pie graph
import matplotlib.pyplot as pl
x=[' Disco Elysium - The Final Cut','Final Fantasy XIV:Endwalker','Forza Horizon 5','Chicory:A Colorful
Tale ','pyschonaunts 2','It Takes Two','Streets of Rage 4',' HITMAN 3','Mini Motorways','Deathloop']
y=[6700000,5000000,4000000,5000000,17000000,9000000,250000,6000000,13000000,450000]# total
downloads
pl.xlabel('a')
pl.ylabel('s')
import matplotlib.pyplot as pl
x=[' Disco Elysium - The Final Cut','Final Fantasy XIV:Endwalker','Forza Horizon 5','Chicory:A Colorful
Tale ','pyschonaunts 2','It Takes Two','Streets of Rage 4',' HITMAN 3','Mini Motorways','Deathloop']
pl.xlabel('game names')
pl.barh(x,y,color=['r','c','k','g','m','y'])
pl.show()
pl.pie(y,labels=x)
pl.show()
pl.show()
import matplotlib.pyplot as pl
y=[1030000,7000000,21000000,1000000, 5771850,3100000,1000000,1000000,2000000,14000000]#
total downloads
pl.xlabel('a')
pl.ylabel('s')
pl.pie(y,labels=x)
pl.show()
# pc games played in 2020 barh
import matplotlib.pyplot as pl
y=[1030000,7000000,21000000,1000000, 5771850,3100000,1000000,1000000,2000000,14000000]#
total downloads
pl.xlabel('a')
pl.ylabel('s')
pl.barh(x,y,color=['r','c','k','g','m','y'])
y=[45000000,2000000,67000000,5000000,9000000,1200000,710000,8000000,1000000,10000000]
pl.xlabel('game names')
pl.pie(y,labels=x)
pl.show()
y=[45000000,2000000,67000000,5000000,9000000,1200000,710000,8000000,1000000,10000000]
pl.xlabel('game names')
pl.barh(x,y,color=['r','c','k','g','m','y'])
pl.show()
import pandas as pd
p={2019:2481800000,2020:46800000,2021:1640100000}
df=pd.DataFrame(p,index=[1])
df
# mobile 2021
import matplotlib.pyplot as pl
pl.title=('Top 10 mobile games 2021')
y=[1000000,500000,500000,100000,100000,100000,100000,127000,100000,100000]
pl.xlabel('g')
pl.pie(y,labels=x)
pl.show()
# mobile 2021
import matplotlib.pyplot as pl
y=[1000000,500000,500000,100000,100000,100000,100000,127000,100000,100000]
pl.xlabel('g')
pl.barh(x,y,color=['r','c','k','g','m','y'])
pl.show()
# mobile 2020
import matplotlib.pyplot as pl
y=[127000,121000,12000,27000,25000,13000,13000,3000,2000,8000]
pl.xlabel('g')
pl.pie(y,labels=x)
pl.show()
# mobile 2020
import matplotlib.pyplot as pl
y=[127000,121000,12000,27000,25000,13000,13000,3000,2000,8000]
pl.xlabel('Games Name')
pl.barh(x,y,color=['r','c','k','g','m','y'])
pl.show()
import matplotlib.pyplot as pl
pl.xlabel('g')
pl.pie(y,labels=x)
pl.show()
import matplotlib.pyplot as pl
pl.xlabel('g')
pl.barh(x,y,color=['r','c','k','g','m','y'])
pl.show()
import matplotlib.pyplot as pl
x=('mobile','pc','console')
y=(416870000,125511850,381031000)
pl.xlabel('platform')
pl.ylabel('no. of downloads')
pl.pie(y,labels=x)
pl.show
import matplotlib.pyplot as pl
x=('mobile','pc','console')
y=(416870000,125511850,381031000)
pl.xlabel('platform')
pl.ylabel('no. of downloads')
pl.plot(x,y,marker='d',markeredgecolor='m')
pl.show
OUTPUT:
CONCLUSIONS
‘ANALYSIS OF GAMING IN THE WORLD’
Is basically the overall analysis in the world of gaming, number of people playing,
Use of games on different devices and the growth of the gaming community. The scope
for gaming as a career is evolving and slowly making a change in the society .
BIBLOGRAPHY
In order to work on this project titled
–‘ANALYSIS OF GAMING IN THE WORLD’
the following websites were referred by me me
during the various phases of development of
the project.
● https://www.metacritic.com/
● www.google.com
● https://www.ign.com/articles/best-ps4-games
● https://www.gamesradar.com/best-ps5-games/
● https://www.theverge.com/22165493/pc-gaming-best-
games-2020
● https://www.metacritic.com/browse/games/score/
metascore/year/pc/all?year_selected=2019
● https://www.pastemagazine.com/games/the-20-best-pc-
games-of-2021/