Nehra Classes
8.25K subscribers
763 photos
32 videos
507 files
1.28K links
Download Telegram
FUN ACTIVITY: Classic snake game in the terminal using a,d,w,s keys.

—————————————————————————————————-

#NEHRACLASSES #SNAKE #GAME FOR #CLI (Works on all #fedora based #Linux distros):


Clone the repository:

# git clone https://github.com/nehraclasses/Linux-Software-Package-RPM-Files


Move to the directory containing the game RPM file.

# cd Linux-Software-Package-RPM-Files


List the game RPM file. (Optional)

# ls -lh nehra-classes-snake-1.0-1.el10.noarch.rpm


Install the game RPM file:

# rpm -ivh nehra-classes-snake-1.0-1.el10.noarch.rpm


Run the game:

# nehra-classes-snake


Uninstall (if needed)

# rpm -e nehra-classes-snake
1