rapt-pygame-example icon indicating copy to clipboard operation
rapt-pygame-example copied to clipboard

Example of using RAPT to package Pygame(_sdl2) games.

Results 16 rapt-pygame-example issues
Sort by recently updated
recently updated
newest added

I tried to build the game: python android.py --launch build /path/to/rapt-pygame-example release install Error: Task 'release' not found in root project 'project'. Then I tied: python android.py --launch build /path/to/rapt-pygame-example...

When I conduct the last step, build failed with an exception: ``` I'm using Gradle to build the package. FAILURE: Build failed with an exception. * What went wrong: Task...

I am building a pygame apk using pgs4a. When I run android.py build mygame release This is what I get: ``` Updating build files. Updated project.properties Updated local.properties Added file...

=> While unpacking android packages i get this error : ... I've finished unpacking the Android SDK. I'm about to download and install the required Android packages. This might take...

Images slowed the game down so I removed them.... It lags and gives an FPS of about 10 even when only using functions like pygame.draw.circle(...)

The logcat outputs: ``` 03-11 05:16:17.751 7310-7332/com.rosssoftware.exoplanet1061 I/python: No main.pyo / main.py found. ``` File listing of the project: ``` -rw-r--r-- 1 spaceboyross spaceboyross 391 Mar 11 05:03 .android.json drwxr-xr-x...

I made a game which uses `pygame.mouse.get_pressed()` to check whether the mouse left button is pressed. The complete code is in [my repo](https://github.com/umbe1987/android_platformer). If this happens, it checks whether the...

I tried launched your test app to check this functionality and after running it on android pygame subset logo flashes and then app turns off.

I have made a simple game with sound and it works fine on Samsung galaxy tab, until a background image is added after that it becomes slow and there is...

When building, the process fails with the message: ``` BUILD FAILED C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:597: Invalid file: C:\Users\Adam\Documents\Code\rapt\extras\google\market_licensing\library\build.xml ```