MTV Sports: Snowboarding

MTV Sports: Snowboarding is a snowboarding video game developed by Radical Entertainment and published by THQ for the PlayStation in 1999.

MTV Sports: Snowboarding
Developer(s)Radical Entertainment
Publisher(s)THQ
Platform(s)PlayStation
Release
Genre(s)Snowboarding
Mode(s)Single-player, multiplayer

Gameplay

MTV Sports: Snowboarding is a snowboarding competition game in which players must pass the training and qualifying rounds to move on to the main competition.[2]

Reception

Reception
Aggregate score
AggregatorScore
GameRankings71%[3]
Review scores
PublicationScore
AllGame[4]
EGM6.33/10[5]
GamePro[6]
GameSpot8.4/10[7]
IGN6.8/10[1]
Next Generation[2]
OPM (US)[8]

The game received "average" reviews according to the review aggregation website GameRankings.[3] Adam Pavlacka of Next Generation said, "If you've [sic] tired of the Cool Boarders series and are [sic] seeking a new challenge, look no further. The next great snowboarding game has arrived on PlayStation."[2]

gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: Unfortunately, mmap appears to be uncooperative.
gollark: I wanted to implement coral's `idea: trap segfaults and mmap data at the erroring position`.
gollark: 🐝 that, safety = 🐝.
gollark: Well, Windows bad.

References

  1. Nix, Marc (December 13, 1999). "MTV Snowboarding". IGN. Ziff Davis. Retrieved April 5, 2020.
  2. Pavlacka, Adam (January 2000). "MTV Sports: Snowboarding". Next Generation. No. 61. Imagine Media. p. 97. Retrieved April 5, 2020.
  3. "MTV Sports: Snowboarding for PlayStation". GameRankings. CBS Interactive. Archived from the original on May 21, 2019. Retrieved April 5, 2020.
  4. Wigmore, Glenn. "MTV Sports: Snowboarding - Review". AllGame. All Media Network. Archived from the original on November 14, 2014. Retrieved April 5, 2020.
  5. EGM staff (2000). "EGM Sports: Snowboarding". Electronic Gaming Monthly. Ziff Davis.
  6. The D-Pad Destroyer (1999). "MTV Sports: Snowboarding Review for PlayStation on GamePro.com". GamePro. IDG Entertainment. Archived from the original on February 15, 2005. Retrieved April 5, 2020.
  7. MacDonald, Ryan (November 3, 1999). "MTV Sports: Snowboarding Review [date mislabeled as "May 2, 2000"]". GameSpot. CBS Interactive. Retrieved April 5, 2020.
  8. Rybicki, Joe (December 1999). "MTV Sports: Snowboarding". Official U.S. PlayStation Magazine. Vol. 3 no. 3. Ziff Davis. p. 156. Retrieved April 5, 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.