Skip to main content

Posts

Showing posts with the label Python

Ubuntu Games: Purplemines

    Do you love mines but your current game of mines just isn't colorful enough?  Maybe you'd like it to be a bit more purple?  Oh have I got a game for you!       Purplemines  is a little minesweeper game that uses  pygame .  It is pretty much just classic minesweeper with some cool purple affects.     Sound like fun?  Can download the source here .  Like bitsnake just unzip and execute the game.   There is also a .deb available but it is an older version (1.4 the latest is 1.6) but it will probably be just fine.     This little game is pretty fun in my opinion.  And hey why not have yet another minesweeper game? 

Ubuntu Games: Bitsnake

    Who doesn't love a classic game of snake?  No one?  That is what I thought!     Bitsnake is just that a classic snake game written in Python.  A snake game written in a language named after a snake you say!  Well actually it's named after the British comedy troupe, but still...     You know snake right.  They game where your goal is to eat "apples" and try not to run into the wall or yourself.  Simple, classic big fat time killer. Get it!     You can download the game here .  Just unrar and play.  Here is a quick how to for you terminal junkies... First make sure that you have the correct dependencies. $ sudo apt-get install python-pygame Download the rar file. $ wget https://sourceforge.net/projects/bitsnake/files/bitSnake_source.rar Extract that rar. $ unrar x bitSnake_source.rar Play the game!  $ cd bitSnake/ && python bitSnake.py