Author Topic: Hunter's Revenge : My First Game  (Read 6175 times)

0 Members and 1 Guest are viewing this topic.

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
    • View Profile
Hunter's Revenge : My First Game
« on: July 17, 2018, 11:43:01 am »

Now, latest version of game can always be downloaded from here: http://bit.ly/qb64_hr


Hi Everyone!
I have finally completed one of my big project, my game, Hunter's Revenge.
You got a gun, and what you have to do is shoot down the objects you see on screen.
The game have different weather conditions as well as different areas.


Controls -
Use mouse movement to change your target. Use left click to shoot and right click to change gun. Use 'Esc' or Middle button to pause during gameplay. Have Fun!


Download the Game from the attachment.
« Last Edit: July 18, 2018, 01:04:35 pm by odin »
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: Hunter's Revenge : My First Game
« Reply #1 on: July 17, 2018, 01:00:28 pm »
EDIT :
I just spoted a bug with explosion/blood which appear when you see next stage.
Here's the new fresh attachement.
« Last Edit: July 18, 2018, 09:31:15 am by odin »
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 Petr

  • Forum Resident
  • Posts: 1720
  • The best code is the DNA of the hops.
    • View Profile
Re: Hunter's Revenge : My First Game
« Reply #2 on: July 17, 2018, 02:12:00 pm »
Amazing! Absolutely great! Sophisticated, do to perfection. I like it VERY MUCH!

Offline johnno56

  • Forum Resident
  • Posts: 1270
  • Live long and prosper.
    • View Profile
Re: Hunter's Revenge : My First Game
« Reply #3 on: July 17, 2018, 05:59:17 pm »
Just a few things...

First. Loaded and ran the "bas" file and I got a C++ compile error. The log was empty. (Linux version of QB64)

Second. Ran the executable and it ran flawlessly. (This will assume that the compilation error may be Linux related...)

Third. The game started on "Stage 3"

Forth: Most important. Brilliant game! Well done!

J
Screenshot from 2018-07-18 07-57-42.png
* Screenshot from 2018-07-18 07-57-42.png (Filesize: 31.47 KB, Dimensions: 910x668, Views: 484)
Logic is the beginning of wisdom.

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Hunter's Revenge : My First Game
« Reply #4 on: July 17, 2018, 09:53:52 pm »
Ashish, great project!

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
    • View Profile
Re: Hunter's Revenge : My First Game
« Reply #5 on: July 18, 2018, 04:48:55 am »
Thank You, Petr, Johnno and Bplus!

@Johnno
Thanks for reporting the problem. It was the apostrophe in the bas file name "Hunter's_Revenge.bas" which terminated the compilation of the game. I had fixed it. Also, I forgot to reset the game after my game testing.
Now the game starts from Stage 1

Here's a new thing -

If someone have completed the game and getting bored by Random Stages then he can reset the game to play it again from starting.
To do this, type "main --reset" in CMD/Shell and hit enter.


Download the fresh version of the game from the attachment. Also, I requst Odin to remove old attachment of my previous posts.


« Last Edit: July 18, 2018, 01:04:19 pm by odin »
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 johnno56

  • Forum Resident
  • Posts: 1270
  • Live long and prosper.
    • View Profile
Re: Hunter's Revenge : My First Game
« Reply #6 on: July 18, 2018, 11:59:28 am »
Bas file loaded and executed...

As I run with Linux, it is very unforgiving, when it comes to filenames. The game terminated at line 944 "file not found". The file exists but the stage filenames begin with a capital 'S' whereas line 944 is requesting a lowercase 's'. Edited the line and the game started as it should beginning with Stage 1.... Cool

J
Logic is the beginning of wisdom.

Marked as best answer by Ashish on August 12, 2018, 08:43:49 am

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
    • View Profile
Re: Hunter's Revenge : My First Game
« Reply #7 on: July 18, 2018, 12:48:12 pm »
Bas file loaded and executed...

As I run with Linux, it is very unforgiving, when it comes to filenames. The game terminated at line 944 "file not found". The file exists but the stage filenames begin with a capital 'S' whereas line 944 is requesting a lowercase 's'. Edited the line and the game started as it should beginning with Stage 1.... Cool

J
Good to hear this. I've fixed that issue.

Now, latest version of game can always be downloaded from here: http://bit.ly/qb64_hr or visit https://kingashish.itch.io/hunters-revenge
« Last Edit: March 02, 2020, 05:36:58 am by Ashish »
if (Me.success) {Me.improve()} else {Me.tryAgain()}


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