Author Topic: Terror in the Maze - folk judgment  (Read 4722 times)

0 Members and 1 Guest are viewing this topic.

Offline MasterGy

  • Seasoned Forum Regular
  • Posts: 327
  • people lie, math never lies
    • View Profile
Terror in the Maze - folk judgment
« on: July 20, 2021, 02:00:28 pm »
Hello !
I’ve been here on the forum for 2 years, but I don’t seem to have used the forum well. Anyone I’m not unfamiliar with knows that I only wrote in the “discussion” group. I don’t know why, maybe because it was in the first place.
I would like to expose the game “Terror it the Maze” to the “games” group with the kind moderators so that it can be maintained for posterity and new ones can see what technical possibilities there are in QB64.
In order for this to happen, positive feedback is needed here in the “programs” group, because only on the basis of the answers and feedback appearing in the “programs” group can the moderator judge whether the program is suitable for publication. (I do not understand either)
The game is ready for about 1 month. It's free and includes the source code. Many game distributors have been happy to expose you, but here you need it and your feedback.
I’m not asking you to just write positively. If you write, it should be an objective opinion.
Thank you !

-------------------------

It also has strategy in it, but not in the sense of a logic game.
The younger generation, who love FPS games, may find them easier to understand, use, and enjoy.

I intentionally made the video in HARD mode to show who can get out! You have to feel it and you will enjoy it!
In EASY mode, I think the one who doesn't get used to FPS games will get out.

The gameplay shows that in HARD mode it takes up to 10 minutes to complete.



download:
https://drive.google.com/drive/folders/1L34MThy8K6JLdyRd2pchC-COiXnjGbkW?usp=sharing

About half a year of work, I really want as many people as possible to try it!

TERROR IN THE MAZE
The course of the game needs no special explanation, but in short:
This is an FPS-like 3D shooting game.
Main goal: to get out of the maze. From the monsters, you need to get the ammo needed to blow up the next box. Exploding the box if we have the ammunition: with 100% fireball (use the right mouse button to shoot) Behind the box is the key to the next box, but at the same time as the box is detonated, fire-killing dragons are released. They have to be done.
Caution! If we have ammunition, you have to be careful with the monsters, because they can take the key and run away with it. Don't let them get close to you!
During the game, the fairy takes us on the right path.
When we run out of energy, stop for a “first aid” block!

important: no OPENGL in it! what you see is just _MAPTRIANGLE!

Some thoughts about the program:
The game is written in BASIC (under QB64 1.3). GOOGLE helped with the graphics. Animated monster gifs, dragons, maze textures. I used PaintS Shop Pro 5 and Virtualdub to edit the images and animations.
YOUTUBE helped with the sound effects. For example, with the keywords “explosion effect”, “dragon music”, “monster voice” you can find a lot of good sound samples.
I calculate the shortest distance (fairy) between two points in the maze using the Dijkstra algorithm.
No two games are alike. At startup, the program generates a randomly arranged maze with varied textures.
Game history:
3D MAZE
First, I created a simple, random 3D maze-generating program that can be navigated like in a typical FPS game. This can't be called a game, it's just interesting.
Found in the game folder: "archive_and_history / real_3d_maze"
4D MAZE
As I dealt with the geometry of 3D space, a curiosity arose in me. What would happen if the position of 1 point were given by the intersection of 4 planes instead of 3? The representation would of course remain 3-dimensional, but we could see the space from several views as a section of any 3 planes arbitrarily selected from the 4 planes. As well as real-time simultaneously in differently used planes. How can the structure and arrangement of the same 4-dimensional space change if we create it as sections of different 3 planes? The program visualizes this curiosity.
Found in the game folder: "archive_and_history / real_4d_maze_4windows_real_time"
Once I liked the game’s 3D display options, I made this game.
« Last Edit: July 20, 2021, 02:11:17 pm by MasterGy »

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Terror in the Maze - folk judgment
« Reply #1 on: July 21, 2021, 07:06:04 pm »
@MasterGy

Apologies for mix up on Games Board. @Qwerkey assures me he is on the case (apparently now he is the sole keeper of the keys, STx retired as Emeritus Librarian and bplus no longer has permissions). 

Yes it is best for potential Games candidate to post in one thread on Programs board so we librarians can watch the following and feedback. That was mentioned to you before but we have taken games from other sources too.

The graphics for this game are too fast for this old fart but I'm sure 20 years old might be challenged. Maybe Fellippe too? LOL Personally I think the sound track might not be screaming all the time? What do you think?

Offline Qwerkey

  • Forum Resident
  • Posts: 755
    • View Profile
Re: Terror in the Maze - folk judgment
« Reply #2 on: July 22, 2021, 05:30:11 am »
@MasterGy , as plus says, it would be beneficial for Librarians to see reactions to your well-contructed program here.  He is also right to say that this program may already have enough merit to place it in Games.  We have this project in mind.

@bplus

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
    • View Profile
Re: Terror in the Maze - folk judgment
« Reply #3 on: July 24, 2021, 12:53:21 am »
Brilliant work @MasterGy !
I also want to make a game like this! The game looks veryyyy professional.
You must release GTA 6 before Rockstar LOL
if (Me.success) {Me.improve()} else {Me.tryAgain()}


My Projects - https://github.com/AshishKingdom?tab=repositories
OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
    • View Profile
Re: Terror in the Maze - folk judgment
« Reply #4 on: July 24, 2021, 01:12:08 am »
I will advise you to use _TITLE to have a nice title for your game window.
one more thing is that, It all done without using OpenGL.. I am impressed. :)
if (Me.success) {Me.improve()} else {Me.tryAgain()}


My Projects - https://github.com/AshishKingdom?tab=repositories
OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Terror in the Maze - folk judgment
« Reply #5 on: July 24, 2021, 08:18:32 am »
Brilliant work @MasterGy !
I also want to make a game like this! The game looks veryyyy professional.
You must release GTA 6 before Rockstar LOL

Just think, generating 3D mazes on the fly (4D? does it change over time?) and pathfinding and having pathfinder image fly ahead to show the way. This seems far beyond ray-casting. All those little details that fly by so fast it reminds me of The Simpsons you have to watch couple of times to see all the creative jokes subtly placed. Plus the whole thing is pretty surreal like Pi in the Sky.

« Last Edit: July 24, 2021, 08:24:14 am by bplus »

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
« Last Edit: July 24, 2021, 08:39:53 am by bplus »

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Terror in the Maze - folk judgment
« Reply #7 on: July 24, 2021, 08:40:42 am »
Edit: oops thought I was editing previous post.  Galleon joins in on the 2nd link above.

What happened to the Modify Button???  Did I exceed some sort of limit on this forum?

« Last Edit: July 24, 2021, 08:45:33 am by bplus »

Offline Qwerkey

  • Forum Resident
  • Posts: 755
    • View Profile
Re: Terror in the Maze - folk judgment
« Reply #8 on: July 24, 2021, 09:54:57 am »
Edit: oops thought I was editing previous post.  Galleon joins in on the 2nd link above.

What happened to the Modify Button???  Did I exceed some sort of limit on this forum?

See https://www.qb64.org/forum/index.php?topic=4084.0