Skip to content

Commit

Permalink
CastielM updated config.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
CastielM committed May 15, 2024
1 parent 116e013 commit 1cfb8de
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions games/VentureAdventure/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#-----------+---------+----------+-----------------------------------
# Sprint 3 | AGEORGE | 20220828 | Added win, linux and macos params
#-----------+---------+----------+-----------------------------------
# T1 2024 |CastielM | 20240515 | Added enemy functionality + bug fixes
#-----------+---------+----------+-----------------------------------

#--------------------------------------------------------------------
# PLEASE ONLY EDIT CONTENT AFTER THE "=" SIGN FOR EACH CONFIGURATION SETTING
Expand All @@ -26,10 +28,10 @@ title=Venture Adventure
author=Anthony George

# The genre of your game (eg. Platformer)
genre=Tile Based
genre=Tile Based, Puzzle

# A Description of your game
description=Collect all the diamonds to advance to the next level
description=Collect all the gems and return to the campfire to advance to the next level

# A classification rating to advise the nature of the content (eg. MA 15+)
rating=PG
Expand All @@ -40,11 +42,11 @@ language=C++
# Path to your game thumbnail image (eg. images/icon.png)
image=images/VenAd.png

# Location of git repo (eg. https://github.com/studioant/arcade_game)
repository=https://github.com/studioant/arcade_game
# Location of git repo (eg. https://github.com/thoth-tech/arcade-games)
repository=https://github.com/thoth-tech/arcade-games

# [Optional] Path to the game executable (game.exe) - Uncomment if required
#executable=game.exe

# [Optional] Specific compile command - if you have a specific compile command (eg. 'make', 'skm g++ *.cpp') - Uncomment if required
compile-command=skm g++ *.cpp
compile-command=skm g++ *.cpp -o game

0 comments on commit 1cfb8de

Please sign in to comment.