Skip to content
Open navbar menu
Sign UpLog In
Profile icon

bcaceres

@bcaceres
  • CustService Game

    Cover page
    Made with Python

    Survive Rush Hour in this simple terminal game

    Recent comments (0)
  • How Many Words?

    Cover page
    Made with Python
    Recent comments (1)
    MiloCat
    MiloCat
    8 months ago

    @bcaceres Very cool!

bcaceres
bcaceres
shared a Post
2 years ago
Packages Installation Issues
This has happened to me with pygames in another project as well- I was able to un my code using the pyenchants package earlier today but not it is giv
How Many Words?
Python
LukeWright
LukeWright
you would probably have to put "pip install pyenchant" in the shell, or if you didn't want to put that every time you reload the repl, you would put something like this at the top: import os os.system("pip install pyenchant") click the check mark next to my comment if this was helpful!2 years ago
bcaceres
bcaceres
shared a Post
2 years ago
Wrote this game while bored at the reception desk- it was originally called the Reception Game but figured a cashier would make more sense Essentiall
CustService Game
Python