-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.txt
52 lines (41 loc) · 2.17 KB
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#-- ARCADE MACHINE GAME CONFIG FILE --#
#-- For THOTH TECH - Splashkit Crew - Applications Team
#--------------------------------------------------------------------
#-- File: config.txt
#-- Description: Configuration data for Arcade Machine games
#--------------------------------------------------------------------
#-- Maintenance Log --
#--------------------------------------------------------------------
# Task | Who | Date | Comments
#-----------+---------+----------+-----------------------------------
# Sprint 1 | AGEORGE | 20220326 | Created
#-----------+---------+----------+-----------------------------------
# Sprint 2 | AGEORGE | 20220511 | Added Description
#-----------+---------+----------+-----------------------------------
# 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
#--------------------------------------------------------------------
# The title of your game (eg. Super Mario)
title=Venture Adventure
# The name of the author (eg. Jane Doe)
author=Anthony George
# The genre of your game (eg. Platformer)
genre=Tile Based, Puzzle
# A Description of your game
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
# Programming language the game is written in (eg. C++)
language=C++
# Path to your game thumbnail image (eg. images/icon.png)
image=Resources/images/VenAd.png
# 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 -o game