Author Topic: BrogueCE  (Read 13109 times)

Jochen Schäfer

  • Sr. Member
  • ****
  • Posts: 306
  • Karma: +27/-0
    • View Profile
BrogueCE
« on: September 28, 2022, 10:52:10 am »
Hi.

I have just build a pre-release of BrogueCE. You find the binaries here: https://github.com/josch1710/BrogueCE/releases/tag/v1.10.1-os2.
Unzip the file. You find two binaries: One is for ncurses (needs a mode co100,34 or bigger), one is for SDL2 (needs SDL2 image, too).
Please report any issues back to me, here, as issue on Github or by email (os2@joschs-robotics.de).

Have fun.
« Last Edit: September 29, 2022, 02:10:27 pm by Jochen Schäfer »

Pete

  • Hero Member
  • *****
  • Posts: 1281
  • Karma: +9/-0
    • View Profile
Re: BrogueCE
« Reply #1 on: September 28, 2022, 05:17:13 pm »
Hi

Thought I'd give it a try but clicking on your link results in

"404
This is not the
web page you
are looking for"


Regards

Pete

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4713
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: BrogueCE
« Reply #2 on: September 28, 2022, 05:40:51 pm »
Hi

It is the first time I hear about "BrogueCE". Allow me to add more context:

Quote
Brogue is a single-player strategy game set in the halls of a mysterious and randomly-generated dungeon. The objective is simple enough -- retrieve the fabled Amulet of Yendor from the 26th level -- but the dungeon is riddled with danger. Horrifying creatures and devious, trap-ridden terrain await. Yet it is also riddled with weapons, potions, and artifacts of forgotten power. Survival demands strength and cunning in equal measure as you descend, making the most of what the dungeon gives you. You will make sacrifices, narrow escapes, and maybe even some friends along the way -- but will you be one of the lucky few to return alive?

I will try it out hopefully tonight.

Regards
Martin Iturbide
OS2World NewsMaster
... just share the dream.

Andreas Schnellbacher

  • Hero Member
  • *****
  • Posts: 827
  • Karma: +14/-0
    • View Profile
Re: BrogueCE
« Reply #3 on: September 28, 2022, 07:45:26 pm »
BTW: This seems to work: https://github.com/josch1710/BrogueCE. The "Downloads" link in README.md points to tmewett/BrogueCE. The GitHub site is horrible.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4787
  • Karma: +99/-1
    • View Profile
Re: BrogueCE
« Reply #4 on: September 28, 2022, 08:33:37 pm »
BTW: This seems to work: https://github.com/josch1710/BrogueCE. The "Downloads" link in README.md points to tmewett/BrogueCE. The GitHub site is horrible.

Yea, the README.MD needs updating. I assume those at tmewatt are not OS/2 binaries.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4787
  • Karma: +99/-1
    • View Profile
Re: BrogueCE
« Reply #5 on: September 28, 2022, 11:34:11 pm »
Interesting, I built the SDL2 version, it looks like what the ncurses version would likely look, eg text mode. Got killed by the jackal pretty quick. Have to play more.
For some reason I had to add "LDFLAGS=-Zomf" and I see unneeded EMXism "-D__ST_MT_ERRNO__" in the linker line. -D__ST_MT_ERRNO__ is a no-op as kLIBC only supports multi-thread library.

Until Jochen fixes his github, here's the sdl2 binary. Need the rpm versions of sdl2 and sdl2-image. It is not a release so just unzip and run from bin/
 

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4713
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: BrogueCE
« Reply #6 on: September 29, 2022, 04:27:39 am »
Hi

I checked Dave's file. (I needed a yum install SDL2_image)

Works nice, I need to read more the manual.

Regards.
Martin Iturbide
OS2World NewsMaster
... just share the dream.

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2092
  • Karma: +159/-0
    • View Profile
Re: BrogueCE
« Reply #7 on: September 29, 2022, 10:18:41 am »
Clicking your link, it says "There aren’t any releases here"

Jochen Schäfer

  • Sr. Member
  • ****
  • Posts: 306
  • Karma: +27/-0
    • View Profile
Re: BrogueCE
« Reply #8 on: September 29, 2022, 02:09:51 pm »
Sorry, my bad. I didn't recogize that the release was still a draft.
I fixed that and now everyone should see the bins.

Pete

  • Hero Member
  • *****
  • Posts: 1281
  • Karma: +9/-0
    • View Profile
Re: BrogueCE
« Reply #9 on: September 29, 2022, 03:13:55 pm »
Hi

The link now loads the webpage but no downloads showing, just the rotating "loading" indicator showing in the "Assets" section...

Is Daves latest Seamonkey no longer "compatible" with github?


Regards

Pete

Jochen Schäfer

  • Sr. Member
  • ****
  • Posts: 306
  • Karma: +27/-0
    • View Profile
Re: BrogueCE
« Reply #10 on: September 29, 2022, 03:43:34 pm »
 Most likely. Dooble works better with Github.

Eugene Tucker

  • Sr. Member
  • ****
  • Posts: 368
  • Karma: +12/-0
    • View Profile
Re: BrogueCE
« Reply #11 on: September 29, 2022, 05:03:13 pm »
The download fails in Dooble for me.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4787
  • Karma: +99/-1
    • View Profile
Re: BrogueCE
« Reply #12 on: September 29, 2022, 05:21:02 pm »
The download fails in Dooble for me.

Same here. SeaMonkey won't load the assets and Dooble says the download was canceled after starting. I even tried moving the /home/.dooble profile out of the way, didn't help, something is buggy.
Edit: The Simplebrowser succeeded in downloading the zip.
Edit2: Actually it downloaded a broken zip
« Last Edit: September 29, 2022, 05:24:42 pm by Dave Yeo »

Jochen Schäfer

  • Sr. Member
  • ****
  • Posts: 306
  • Karma: +27/-0
    • View Profile
Re: BrogueCE
« Reply #13 on: September 29, 2022, 07:15:47 pm »
I just tested the ZIP under Windows. There the download is valid.

Eugene Tucker

  • Sr. Member
  • ****
  • Posts: 368
  • Karma: +12/-0
    • View Profile
Re: BrogueCE
« Reply #14 on: September 29, 2022, 07:55:15 pm »
Yes, it does work in Windows. I camn confirm.