Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Games
»
Modern version of Hunt the Wumpus?
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Developer Blog
Follow us on Twitter
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
(preview only)
Search
Advanced search
Recent
Handling strings with sin...
by
lucamar
[
Today
at 01:45:03 pm]
Will updating to Catalina...
by
MISV
[
Today
at 01:26:31 pm]
Unused code in linked pro...
by
Thaddy
[
Today
at 12:51:22 pm]
Modern UI in Lazarus
by
ps
[
Today
at 12:38:27 pm]
FpDebug /AVR follow up:
by
ccrause
[
Today
at 12:28:28 pm]
Two odd errors in Indy (3...
by
MISV
[
Today
at 12:00:52 pm]
For Loops and Registers
by
Thaddy
[
Today
at 11:58:30 am]
isFlipped isn't
by
Alextp
[
Today
at 10:52:23 am]
Compile problem
by
bigeno
[
Today
at 10:25:57 am]
Doughnut, half-doughnut &...
by
JD
[
Today
at 10:18:45 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Modern version of Hunt the Wumpus? (Read 523 times)
whm1974
New Member
Posts: 24
Modern version of Hunt the Wumpus?
«
on:
April 11, 2019, 09:04:11 am »
After reading the Wikipedia article about this game, I'm wondering if there are any modern versions of this game or of any that the main monster is/are the Wampus(s)?
https://en.wikipedia.org/wiki/Hunt_the_Wumpus
Just for giggles, I had a brief thought that once I get far enough ahead with Free Pascal and Lazarus, of making my own with modern graphics and audio.
I only played the Ti-99/A4 version.
Logged
marcov
Global Moderator
Hero Member
Posts: 7598
Re: Modern version of Hunt the Wumpus?
«
Reply #1 on:
April 11, 2019, 09:13:19 am »
https://www.pcorner.com/list/PASCAL/PASGAME.ZIP/WUMPUS.PAS/
:-)?
Logged
Thaddy
Hero Member
Posts: 9282
Re: Modern version of Hunt the Wumpus?
«
Reply #2 on:
April 11, 2019, 09:15:52 am »
I had a look at BSDgames/wump and that looks very translatable. Crossed Marco' post: that compiles and plays (mind the duplicate identifier, name the program wumpusgame for mode objfpc)
«
Last Edit: April 11, 2019, 09:19:34 am by Thaddy
»
Logged
also related to equus asinus.
whm1974
New Member
Posts: 24
Re: Modern version of Hunt the Wumpus?
«
Reply #3 on:
April 11, 2019, 09:17:26 am »
Quote from: marcov on April 11, 2019, 09:13:19 am
https://www.pcorner.com/list/PASCAL/PASGAME.ZIP/WUMPUS.PAS/
:-)?
Thanks, text only?
Logged
Thaddy
Hero Member
Posts: 9282
Re: Modern version of Hunt the Wumpus?
«
Reply #4 on:
April 11, 2019, 09:20:34 am »
Yes, but al least you have the complete game logic, so you can build a graphical interface on top of it yourself.
Logged
also related to equus asinus.
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Games
»
Modern version of Hunt the Wumpus?