Skip to content

Commit

Permalink
Merge pull request #206 from omckeon/main
Browse files Browse the repository at this point in the history
Update config files to fix validate-games workflow issue
  • Loading branch information
omckeon committed May 16, 2024
2 parents b772a14 + 0043d21 commit d495f4d
Show file tree
Hide file tree
Showing 115 changed files with 31 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/[Bb]in/
**/[Oo]bj/
.vscode/
# .vscode/
.DS_Store
Binary file added compiled-games/Pingpong/Pingpong-assets.tar.gz
Binary file not shown.
Binary file added compiled-games/Pingpong/Pingpong-linux-arm.tar.gz
Binary file not shown.
Binary file added compiled-games/Pingpong/Pingpong-linux-x86.tar.gz
Binary file not shown.
Binary file added compiled-games/Pingpong/Pingpong-win-x86.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions games/Pingpong/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ rating=PG
language=

# Path to your game thumbnail image (eg. images/icon.png)
image=images/loading.png
image=images/Pingpong-config-image.png

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

# [Optional] Uncomment to include path to the game executable (game.exe)
#executable=game.exe
Expand Down
Binary file added games/Pingpong/images/Pingpong-config-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 20 additions & 2 deletions games/SkySurge/config.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,33 @@
title =Sky Surge
#--------------------------------------------------------------------
# PLEASE ONLY EDIT CONTENT AFTER THE "=" SIGN FOR EACH CONFIGURATION SETTING
#--------------------------------------------------------------------

# The title of your game (eg. Super Mario)
title=Sky Surge

# The name of the author (eg. Jane Doe)
author=Ayan Masood

# The genre of your game (eg. Platformer)
genre=Top down

# A Description of your game
description=Survive waves of enemies using with increasing difficulty.

# 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#

image=images/SkySurge.png
# Path to your game thumbnail image (eg. images/icon.png)
image=images/SkySurge-config-image.png

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

# [Optional] Uncomment to include path to the game executable (game.exe)
#executable=game.exe

# [Optional] Uncomment to include specific compile commands - if you have a specific compile command (eg. 'make', 'skm g++ *.cpp -lstd++')
#compile-command=skm g++ *.cpp -o game
Binary file added games/SkySurge/images/SkySurge-config-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed games/SkySurge/images/SkySurge.PNG
Binary file not shown.
2 changes: 1 addition & 1 deletion games/VentureAdventure/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rating=PG
language=C++

# Path to your game thumbnail image (eg. images/icon.png)
image=images/VenAd.png
image=Resources/images/VenAd.png

# Location of git repo (eg. https://github.com/studioant/arcade_game)
repository=https://github.com/studioant/arcade_game
Expand Down
12 changes: 6 additions & 6 deletions games/car-race/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
#--------------------------------------------------------------------

# The title of your game (eg. Super Mario)
title=
title=car-race

# The name of the author (eg. Jane Doe)
author=
author=Khushi Laddi

# The genre of your game (eg. Platformer)
genre=
genre=Top down

# A Description of your game
description=
description=Car racing game

# 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=
language=C++

# Path to your game thumbnail image (eg. images/icon.png)
image=
image=images/car-race-config-image.png

# Location of git repo (eg. https://github.com/thoth-tech/arcade-games)
repository=https://github.com/yourname/yourgame
Expand Down
Binary file added games/car-race/images/car-race-config-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d495f4d

Please sign in to comment.