source: python-game/README.md@ b3b0f3f

Last change on this file since b3b0f3f was c56629f, checked in by Dmitry Portnoy <dmp1488@…>, 7 years ago

Add Windows instructions to the README

  • Property mode set to 100644
File size: 574 bytes
RevLine 
[b632a7c]1On linux, you need to install tkinter:
2sudo apt-get install python3-tk
[e79c833]3sudo apt-get install python3-opengl
[b632a7c]4
[1d1c77e]5On mac, install pygame like this:
6
7brew install python3
8
9# Not sure if this is actually needed
10brew install sdl sdl_image sdl_mixer sdl_ttf smpeg portmidi
11
12pip3 install pygame
13pip3 install pyobjc
[3511899]14pip3 install PyOpenGL PyOpenGL_accelerate
15# PyOpenGL_accelerate is needed on OSX, not sure if it's needed on
16# other platforms
[e79c833]17
[c56629f]18On Windows, install python3 (which should install pip) and then:
19
20pip install pygame
21pip install pyopengl
22
[e79c833]23Run the game with:
24python3 game.py
Note: See TracBrowser for help on using the repository browser.