• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

UI for a simple text game in Python

L337Llama

Senior member
This semester in one of my classes, I worked on a group project that was making a simple game in Java using swing. First language I learned anything about was Python, and I like the syntax for it more. Although technically I guess we used Jython. So as a sort of summer project, I wanna try to make a game in Python. I'm curious if there is anything in the Python API that works similar to swing. The project turned out to be a nightmare to debug, since there was a lot of problems with getting a bunch of different classes to communicate. I'm interested in doing a simple text rpg to start with, and probably embellish it as I learn more. Thanks a lot. Ohh, also, whats a good ide to use with Python? We used JES in the class I took, but it seemed a little barren, especially compared to eclipse.

Also, if you got any stories or anything interesting about python and games, feel free to share. I'm really interested to learn more.

Thank you!
 
Back
Top