Recent posts
#11
TinyTV & Tiny Video Player / Re: Appears bricked after atte...
Last post by wowbobwow - March 10, 2026, 06:00:16 PMI'm in the same jam with my Tiny TV 2! When I power it on, the backlight illuminates but nothing is onscreen. Connecting to my PC shows the internal RasPi partition with the same two files you noted, but it doesn't show up in the Updater tool and the internal SD card doesn't appear either. How do I get my gadget back to normal??
#12
General Discussion / Re: Suggestions for improving ...
Last post by JamezGamez - March 10, 2026, 01:10:54 PMI sadly can't figure out how to use audio. I tried adding a bgm but I have no clue how to get it to play.
#13
TinyTV & Tiny Video Player / Re: TinyTV 2 Stuck On Static
Last post by alicesphere - March 10, 2026, 10:24:10 AMQuote from: rfish on January 27, 2026, 10:20:53 AMIt's on the back of the deviceQuote from: escapeethical on January 26, 2026, 08:32:18 PMHey! We ran into something similar with ours—try doing a full power cycle first (turn it off, unplug it, and let it sit for a minute before turning it back on). If that doesn't work, there's usually a tiny reset pinhole on the back or bottom you can press with a paperclip to factory reset it. That cleared the static issue for us, so hopefully it does the trick for your son too!
Where can I find the reset button on the tinyTV2?
#14
Thumby / Thumb Commander
Last post by Tobyzafa - March 08, 2026, 12:21:20 AMThumb Commander will not work on my stock Thumby Color. What am I missing? Are there any plugins I need to get this up and running?
#15
Thumby / Re: Want to play Doom on the T...
Last post by JamezGamez - March 07, 2026, 01:22:01 PMTutorial vid pls
#16
General Discussion / Re: Suggestions for improving ...
Last post by wigglydill - March 06, 2026, 03:03:37 AMThat sounds great! I'll try installing it on Thumby Color to test it out. If I encounter any bugs or have any ideas for improving gameplay, I'll let you know. 👍
#17
Thumby / Re: Importing files
Last post by muchpile6768s - March 06, 2026, 02:39:22 AMQuote from: allisonsinger on September 10, 2025, 05:49:52 AMHello,It looks like your structure should work, but the issue is probably related to how you're running the script. If you run **BattleGame.py** directly, Python may not treat the parent folders as packages. One common fix is to add an empty `__init__.py` file inside the **Games** and **BattleGame** folders so Python recognizes them as modules. Then you can usually import with something like `from moves import moves` if the files are in the same directory. Another option is running the script from the project root and using `from Games.BattleGame.moves import moves`. In general, keeping files separated like you're doing is actually good practice, especially as the project grows, so I wouldn't recommend putting everything into one file.
I've been working on developing a game for about a week, but I'm encountering some problems with importing separate files. I would greatly appreciate any help!
Directory Structure:
Code Select ExpandCode Select/Should I keep everything in a single file? I've noticed that most other games are structured this way. I'd prefer to separate data from the game logic, but I don't want to compromise on resources. How can I import a file from the same game directory? I keep encountering a "module not found" error no matter what I try.
Games
BattleGame
BattleGame.py
characters.py
moves.py
I've tried the following:
Code Select Expand top gamesCode Selectfrom moves import moves
from Games.BattleGame.moves import moves
#18
General Discussion / Re: Suggestions for improving ...
Last post by osedron - March 04, 2026, 02:14:34 AMI tested it for a bit, and the controls feel responsive overall. Maybe add a very short visual or sound cue right before difficult jumps so it feels more fair.
#19
Thumby / Re: Using VSCode instead of Th...
Last post by electricbrass - March 03, 2026, 06:22:39 PMThe bigger issue now is that I get constant warnings over unresolved modules. Are there pyi files available for the engine anywhere?
#20
Thumby / Re: Using VSCode instead of Th...
Last post by electricbrass - March 03, 2026, 04:11:42 PMI got the Serial Monitor working!
SMF spam blocked by CleanTalk