Skip to content

An almost fully-fledged gacha game you can launch in your terminal!

Notifications You must be signed in to change notification settings

dorianwolff/Odacity-Gacha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages