Thursday, 7 March 2024
HANGMAN !! 1.0 RELEASE !!
Saturday, 30 March 2024
HANGMAN !! 1.01 RELEASE !!
Minor update to fix Cosmetic glitch with the New R47 ROM.
(technical explanation available on request, DM me if interested)
STANDARD ZIP FILE RELEASE
DEDICATED SD-CARD IMAGE WITH AUTOBOOT
These are the SAME program, just packaged differently.
MORE SCREEN SHOTS HERE: viewtopic.php?p=30082#p30082
LINK TO RELEASE HISTORY POST
viewtopic.php?p=31912#p31912
Release History includes all previously posted HANGMAN versions, up to RC2.
(BETA1 was downloaded 23 times)
(BETA2 was downloaded 26 times)
(BETA3 was downloaded 848 ! times) This version is last with R44 support.
(BETA4 was downloaded 17 times)
(BETA5 was downloaded 72 times)
(PRERELEASE 0.1 was downloaded 239 ! times)
(RELEASE CANDIDATE 1 was downloaded 58 times)
(RELEASE CANDIDATE 2 was downloaded 63 times)
HANGMAN. 1.0 FINAL RELEASE
- ahenry3068
- Posts: 1132
- Joined: Tue Apr 04, 2023 9:57 pm
HANGMAN. 1.0 FINAL RELEASE
Last edited by ahenry3068 on Sat Mar 30, 2024 1:05 pm, edited 44 times in total.
-
- Posts: 46
- Joined: Wed Jun 17, 2020 3:26 am
Re: HANGMAN. Now in BETA.
I get a ?STRING TOO LONG ERROR IN 380 when I try it.
Also, is there no way to skip the intro?
Also, is there no way to skip the intro?
- ahenry3068
- Posts: 1132
- Joined: Tue Apr 04, 2023 9:57 pm
Re: HANGMAN. Now in BETA.
ESC twice Skips the Intro. (I need to document that) It gets Line to Long in R44. If you list the line that uses LINPUT (380) and Change it to INPUT it will run. In R45 LINPUT is fixed. I did mention that it requires R45.The 8-Bit Guy wrote: ↑Mon Oct 30, 2023 4:26 pm I get a ?STRING TOO LONG ERROR IN 380 when I try it.
Also, is there no way to skip the intro?
The only real problem with INPUT is if the CLUE in the HWORDS#.DAT file has a comma it will be cut off there. With LINPUT you get the whole thing.
- ahenry3068
- Posts: 1132
- Joined: Tue Apr 04, 2023 9:57 pm
HANGMAN. SCREEN SHOTS
HANGMAN 1.0 SCREENSHOTS
The Configuration Menu
The CREDITS Screen
Opening README Screen
NORMAL WIN
FLAWLESS VICTORY
Some examples of using the PALFILE entry in HANGMAN.INI are here
viewtopic.php?p=30263#p30263
The Configuration Menu
The CREDITS Screen
Opening README Screen
NORMAL WIN
FLAWLESS VICTORY
Some examples of using the PALFILE entry in HANGMAN.INI are here
viewtopic.php?p=30263#p30263
Last edited by ahenry3068 on Fri Mar 08, 2024 1:00 pm, edited 3 times in total.
Re: HANGMAN. Now in BETA.
Hmm, makes me wonder if there is a place to PEEK to determine the ROM version. The BANNER command shows it, so I suspect it's hiding somewhere in that address space... Maybe not to support all the versions in a single BAS, but can give a warning "time to update buddy!"
- ahenry3068
- Posts: 1132
- Joined: Tue Apr 04, 2023 9:57 pm
Re: HANGMAN. Now in BETA.
Re: HANGMAN. Now in BETA.
I just now downloaded the official release from Github, and it gives me "45" as expected: If you're getting FF, it's supposed to mean that you're running a custom ROM instead of an official release.ahenry3068 wrote: ↑Thu Nov 02, 2023 10:12 pm I downloaded the Official Emulator. Mine is showing $FF
I have yet to check on Hardware
Re: HANGMAN. Now in BETA.
Right... if, for example, you downloaded one of the recent bugfix builds and flashed that to your machine then you won't get a release or release candidate version number. There's been one fix for the joystick controllers, and most recently a fix for the randomly glitching mouse.
I believe MooingLemur is starting to put together a new release candidate, so there should shortly be rom.bin files that come up as -46.
I believe MooingLemur is starting to put together a new release candidate, so there should shortly be rom.bin files that come up as -46.
- ahenry3068
- Posts: 1132
- Joined: Tue Apr 04, 2023 9:57 pm
SOME PALFILE EXAMPLE SCREEN SHOTS
HANGMAN USES A COLORMAP SPECIFIED IN HANGMAN.INI
(if not present it will use the default palette, it won't complain)
Here's some shots of different looks.
A GRAY PALETTE
A SEMI-GRAY PALETTE
A REDISH PALETTE
A BRIGHT PALETTE
You CAN get really FUNKY with this: A 'MARTIAN' PALETTE
(if not present it will use the default palette, it won't complain)
Here's some shots of different looks.
A GRAY PALETTE
A SEMI-GRAY PALETTE
A REDISH PALETTE
A BRIGHT PALETTE
You CAN get really FUNKY with this: A 'MARTIAN' PALETTE
Last edited by ahenry3068 on Fri Mar 08, 2024 12:58 pm, edited 4 times in total.