Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.37 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.37 KB

Odacity-Gacha

Odacity is a script-only gacha game. You will be able to collect, play and enhance characters.

In-depth information and game mechanics

  • ('any character') means you should press 'any chanracter' to access the function
  • When in doubt press 'enter'
  • Displaying character images does not work yet in the terminal. Maybe downloading specific packages might solve this.
  • Keep in mind as long as this comment is here, the project is not completed ! :)
  • Have fun !

Prerequisits

Have any supported .Net version installed

Installation

On macos, after pulling the repository, follow these commands in order to get started and play the game :

Enter the correct repository :

cd Odacity-Gacha

Build the project using the following command :

dotnet build

Publish the project as a self-contained executable using the following command :

dotnet publish -c Release -r osx-x64 --self-contained true /p:PublishSingleFile=true

Navigate to the publish folder using the following command (replace 'net6.0' with your .Net version) :

cd Odacity/bin/Release/net6.0/osx-x64/publish/

Move and navigate the executable to the correct emplacements :

#Move the executable
mv Odacity ../../
#Navigate
cd ../../

Run the 'Odacity' executable using the following command :

./Odacity

Congratulations, you are Done!