Na'vi Scrabble Game in Python

Started by kawnu, March 24, 2017, 11:27:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kawnu

I made a Na'vi Scrabble game in Python :D It's currently very basic, in the future I'd like to add word checking, scoring, and potentially a CPU opponent. The likelihood of getting each letter is based on the nìNa'vi nì'aw Tìpängkxo Kìng, but the point values are Vawmataw's.

If you want to try it, I've attached a .zip, you'll need Python and Pygame to run it.

Tirea Aean

Interesting! I'll check this out. :D


:ikran:

Toliman

Yes, it really looks interesting :)

Sunu oeru :)

Tirea Aean

I get this:


tirea@ean:~/skrapel$ sudo pip install pygame
[sudo] password for corscheid:
Downloading/unpacking pygame
  Downloading pygame-1.9.3.tar.gz (3.0MB): 3.0MB downloaded
  Running setup.py (path:/tmp/pip_build_root/pygame/setup.py) egg_info for package pygame
   
   
    WARNING, No "Setup" File Exists, Running "config.py"
    Using UNIX configuration...
   
    sh: 1: sdl-config: not found
    sh: 1: sdl-config: not found
    sh: 1: sdl-config: not found
    sh: 1: freetype-config: not found
    sh: 1: freetype-config: not found
    sh: 1: freetype-config: not found
   
    Hunting dependencies...
    WARNING: "sdl-config" failed!
    WARNING: "freetype-config" failed!
    Unable to run "sdl-config". Please make sure a development version of SDL is installed.
    Complete output from command python setup.py egg_info:
   



WARNING, No "Setup" File Exists, Running "config.py"

Using UNIX configuration...



sh: 1: sdl-config: not found

sh: 1: sdl-config: not found

sh: 1: sdl-config: not found

sh: 1: freetype-config: not found

sh: 1: freetype-config: not found

sh: 1: freetype-config: not found



Hunting dependencies...

WARNING: "sdl-config" failed!

WARNING: "freetype-config" failed!

Unable to run "sdl-config". Please make sure a development version of SDL is installed.

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/pygame
Storing debug log for failure in /home/corscheid/.pip/pip.log



What's going on here?