Play Mario Games Free Online Now

Welcome to the world of Mario! Get ready to embark on exciting adventures, defeat evil creatures, and save the princess. With our collection of free online Mario games, you can dive into the Mushroom Kingdom anytime, anywhere. Join Mario and his friends in their thrilling quests, test your skills, and relive the nostalgia of this iconic gaming franchise. Get your game face on and prepare to jump, run, and power up in these epic Mario adventures.

Explore the levels: Mario games are known for their intricate level designs, so take your time to explore and find hidden secrets, power-ups, and extra lives.

Overview of Mario Games

Experience the joy of playing Mario games for free online now. From the classic Super Mario Bros to the beloved Super Mario Kart series, there’s a game for everyone. Choose from a wide selection of platform games filled with exciting worlds, challenging bosses, and hidden power-ups. Join Mario, Luigi, and their friends on thrilling adventures through colorful landscapes, from space-themed levels to iconic Mushroom Kingdom.
Use CTRL to fire and sprint, and Shift to jump. Collect coins, unlock secret levels, and save Princess Peach. Whether you prefer the retro NES or SNES games, or the newer versions on Nintendo Switch or Game Boy Advance, the options are endless. So grab your controller and get ready to embark on a nostalgic Mario journey.
Play now on CrazyGames or Arcade Spot and let the fun begin!

In the world of Mario, every level is a new adventure waiting to be explored.

Different Types of Mario Games

  • Classic Platformers: Experience the iconic side-scrolling adventures of Mario in titles like Super Mario Bros., Super Mario World, and New Super Mario Bros.
  • Mario Kart Series: Engage in fast-paced and competitive racing action with friends and family in games such as Mario Kart 8 Deluxe and Mario Kart Tour.
    Classic Platformers: Experience the iconic side-scrolling adventures of Mario in titles like Super Mario Bros., Super Mario World, and New Super Mario Bros.
Mario Kart Series: Engage in fast-paced and competitive racing action with friends and family in games such as Mario Kart 8 Deluxe and Mario Kart Tour.
  • Sports Games: Step into the athletic world of Mario with games like Mario Tennis Aces, Mario Golf: Super Rush, and Mario & Sonic at the Olympic Games Tokyo 2020.
  • Puzzle and Strategy: Challenge your mental skills in games like Dr. Mario World, Mario + Rabbids Kingdom Battle, and Mario’s Picross.
  • Role-Playing Games: Immerse yourself in epic adventures as Mario in titles like Super Mario RPG: Legend of the Seven Stars and Paper Mario: The Origami King.
  • Party Games: Enjoy multiplayer fun with friends in games like Mario Party Superstars and Super Mario Party.
    Role-Playing Games: Immerse yourself in epic adventures as Mario in titles like Super Mario RPG: Legend of the Seven Stars and Paper Mario: The Origami King.
Party Games: Enjoy multiplayer fun with friends in games like Mario Party Superstars and Super Mario Party.
  • Sports Spin-offs: Combine Mario’s world with various sports in games such as Mario Tennis, Mario Golf, and Mario Super Sluggers.
  • Racing Spin-offs: Embark on exciting racing adventures beyond go-karting in titles like Mario Kart Tour and Mario & Sonic at the Olympic Games Tokyo 2020.
  • Educational Games: Learn and have fun simultaneously in educational Mario games like Mario’s Early Years! series and Mario Teaches Typing.

Tips for Playing Mario Games

1. Familiarize yourself with the controls: Use the arrow keys to move and jump, and CTRL to fire or sprint. Mastering these basic controls is crucial for success in Mario games.

2. Collect power-ups and coins: Keep an eye out for question mark boxes and bricks, as they often contain helpful power-ups and extra coins. These power-ups can give you special abilities or an extra life.

3. Explore different worlds and levels: Mario games offer a variety of worlds with unique challenges and bosses. Take the time to explore each world and discover hidden secrets along the way.

4. Play with different characters: Mario games often feature Luigi, Peach, Toad, and other characters. Experiment with different characters to find the one that suits your play style.

5. Try different game versions: From classics like Super Mario Bros to newer titles like Mario Kart 8, there are plenty of Mario games to choose from. Each version offers its own unique gameplay and challenges.

Remember, practice makes perfect. Enjoy your Mario adventure and have fun exploring the Mushroom Kingdom!

python
import pygame

# Initialize the game
pygame.init()

# Set up the screen
screen = pygame.display.set_mode((800, 600))

# Load Mario images
mario_image = pygame.image.load("mario.png")
mario_rect = mario_image.get_rect()
mario_rect.topleft = (100, 100)

# Game loop
running = True
while running:
for event in pygame.event.get():
if event.type == pygame.QUIT:
running = False

# Move Mario based on user input
keys = pygame.key.get_pressed()
if keys[pygame.K_LEFT]:
mario_rect.x -= 5
if keys[pygame.K_RIGHT]:
mario_rect.x += 5
if keys[pygame.K_UP]:
mario_rect.y -= 5
if keys[pygame.K_DOWN]:
mario_rect.y += 5

# Draw Mario on the screen
screen.fill((0, 0, 0)) # Clear the screen
screen.blit(mario_image, mario_rect)

# Update the display
pygame.display.flip()

# Quit the game
pygame.quit()

Please note that this is a basic example and does not include extensive gameplay mechanics or features. It simply allows you to control a Mario image using the arrow keys on your keyboard. You would need to provide your own Mario image (named “mario.png” in this example) and enhance the code to include more game elements, levels, and interactions according to your specific requirements.

Classic and New Mario Bros Games




Play Mario Games Free Online Now


Play Mario Games Free Online Now

Title Release Year Platform
Super Mario Bros 1985 Nintendo Entertainment System (NES)
Super Mario Bros 2 1988 Nintendo Entertainment System (NES)
Super Mario Bros 3 1988 Nintendo Entertainment System (NES)
Super Mario World 1990 Super Nintendo Entertainment System (SNES)
Super Mario 64 1996 Nintendo 64 (N64)
New Super Mario Bros 2006 Nintendo DS
New Super Mario Bros Wii 2009 Nintendo Wii
New Super Mario Bros 2 2012 Nintendo 3DS
New Super Mario Bros U 2012 Nintendo Wii U
Super Mario Odyssey 2017 Nintendo Switch