New Arcade Games for Linux
BubbleWrap is a completely pointless little bubblewrap popping application written in Java.Developer commentsThe original C version is written by Mihai Calin Ghete for some kind of handheld Linux device with touchscreen. I used all his media files (png...
Battleship is a cross network, or peer-to-peer online battleship game. The rules for this version of the game are one shot per turn. Not much else to say.Controls:When opening the game:left-click to add a ship.left-click on a ship to turn...
Smash Battle is a cross-platform, 8-bit style game where two, three or four players face off against each other.The game was inspired by the mario battle minigame from Mario 3 when we started developing, but changed a lot over time.What is new in this...
Prodigy Hangman is a pretty good graphical hangman game made using Python and...
ASCII Pacman is a simple clone of the Pacman arcade game. It features color and animation using only the curses library.What's New in This...
Ultimate Smash Friends is a 2D arcade fight game, inspired by the super smash bros Nintendo series. It's written in python with pygame and thus is crossplatform (Windows, MacOS, Linux, and probably others). It features original characters and levels....
Snakey is an arcade game, part of the "Code Comments Tutorial" series on the "Invent with Python" blog.A heavily-commented version of the source code is available on the game's home page.The source is designed to be a good tutorial for someone learning...
Space Bombers NG is a remake of the Space Bombers game. It was made for ludumdare and is several times more fun and complex. Choose your upgrade because you'll need it to survive.Check your place in the world on the highscores list ingame or on our...
Forbidden Cave is a game where you have to collect all gems to proceed to the next level.Written using Pygame API 1.9.1 and Python 2.6.Written on Windows but also runs under Mac and...
"Snake" game is very popular and it is one of the simplest 2D game.There are 3 levels in the the game. It's a cross platform game made in Python. Use of sprite sheet. Hungry Snakes is totally made out using the Pygame API. "hungry.py" script is the basic...