A simple demo game using Python Play: https://github.com/replit/play
More repls+3+4
HyperPaint BETAWelcome To HyperPaint BETA
Have an idea of what to paint but don't have a place to paint it? You've come to the right place.
Save Paintings
Save Custom Colors
8.5K
84
58
#games
ASCII ART GENERATORConvert Images and Texts Into ASCII Art.
Packages Used:
PIL for image to ASCII Art
pyfiglet for text to ASCII Art
Update:
Added Text To ASCII Art Generator
Custom Font option in Text to ASCII Generator
Added Unicode char style in image to ASCII Generator
Helpers:
@codeitfast
@DariaScott
Note: Images are not saved anywhere
4.4K
71
73
#apps
EvolutionSimulate evolution by selecting for certain criteria! This simulation tries to replicate evolution by simulating movements of little creatures named "cells". A small pet project by IcemasterEric, this turned out to work extremely well!
23.8K
252
256
3comments
van-dungdung61 month ago
danyaber1 year ago
some of it does not fully work. It says ModuleNotFoundError: No module named 'play'
pygame.init()
new_game = Game('Assets/terrain.jpg', SCREEN_TITLE, SCREEN_WIDTH, SCREEN_HEIGHT) new_game.run_game_loop(1)