Changeset e79c833 in python-game for README.md


Ignore:
Timestamp:
Mar 24, 2017, 7:26:27 PM (7 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
1af0f6d, 7145e24
Parents:
1d1c77e
Message:

Add basic OpenGL (along with the ability to still use 2d pygame functions) and convert game.py to UNIX-style line endings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r1d1c77e re79c833  
    11On linux, you need to install tkinter:
    22sudo apt-get install python3-tk
     3sudo apt-get install python3-opengl
    34
    45On mac, install pygame like this:
     
    1112pip3 install pygame
    1213pip3 install pyobjc
     14
     15Run the game with:
     16python3 game.py
Note: See TracChangeset for help on using the changeset viewer.