Skip to content

erya008/Tuxemon

 
 

Repository files navigation

Pokemon Voz

A voice controlled pokemon prototype based on Tuxemon 0.3.2

screenshot

Requirements

Tuxemon uses a number of open source projects to work properly:

  • python - version 2.7+
  • python-pygame - python game library
  • python-pytmx - python library to read Tiled Map Editor's TMX maps.
  • python-six - python 2 and 3 compatibility library
  • neteria - Game networking framework for Python.

Optional

  • libShake - rumble library for Linux.

Installation

Ubuntu

sudo apt-get install python python-pygame python-pip python-imaging python-six git
sudo pip install pytmx
sudo pip install neteria
git clone https://github.com/Tuxemon/Tuxemon.git
cd Tuxemon/tuxemon
./tuxemon.py

Optional rumble support

sudo apt-get install build-essential
git clone https://github.com/zear/libShake.git
cd libShake/
make; make install

Mac OS X (Yosemite)

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap Homebrew/python
brew update
brew install python
brew install sdl sdl_image sdl_ttf portmidi hg git
brew install sdl_mixer --with-libvorbis
pip install pytmx
pip install pillow
pip install six
pip install neteria
pip install hg+http://bitbucket.org/pygame/pygame
git clone https://github.com/Tuxemon/Tuxemon.git
cd Tuxemon/tuxemon
ulimit -n 10000; python tuxemon.py

Arch Linux

Tuxemon is available in the AUR.

Smartphones

Controls

Tuxemon
  • Arrow Keys - Movement
  • Enter - Select/activate
  • ESC - Menu/Cancel

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%