Eurogamer读者票选2022年最佳游戏Top10:艾尔登法环夺冠

来源:NBA直播吧
1月2日讯 国外知名游戏媒体Eurogamer公布了由其网站读者票选出来的2022年最佳游戏TOP10,获得冠军的是From Software开发的魂系ARPG大作《艾尔登法环》。

获得第二的是索尼PlayStation独占大作《战神诸神黄昏》,第三名让人稍感意外,是多人动作游戏《鬼玩人:游戏》。

Eurogamer读者票选2022最佳游戏TOP10:

1.《艾尔登法环》

2.《战神:诸神黄昏》

3.《鬼玩人:游戏》

4.《重返猴岛》

5.《地平线2:西部禁域》

6.《师父》

7.《瘟疫传说:安魂曲》

8.《吸血鬼幸存者》

9.《Stray》

10.《Prodeus》

var baseUrl = 'http://datas.adminn.cn/zhibo/datas'; jQuery.axpost = function(url, data, successfn, errorfn) { data = (data == null || data == "" || typeof(data) == "undefined") ? { "date": new Date().getTime() } : data; $.ajax({ dataType: "json", type: "post", data: data, url: url, success: function(d) { successfn(d); }, error: function(e) { errorfn(e); } }); }; $("#gotoTop").click(function () { $('html,body').animate({scrollTop: 0}, 300); }); var min_height = 500; $(window).scroll(function () { var s = $(window).scrollTop(); if (s > min_height) { $("#gotoTop").fadeIn(200); } else { $("#gotoTop").fadeOut(200); } ; });