Skip to content

A Guitar Hero like game for the Nintendo Switch

Notifications You must be signed in to change notification settings

bscarell/GuitarNX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDIT - 01-DEC-23|14:10EST

code should be compile ready in my fork upon checkout see existing compiling in windows below for info

PSA: DO NOT USE WITHOUT CORRECT DIR STRUCTURE AND MAKE SURE YOU HAVE THE DATA FOLDER! ----------------------------------------------------DO NOT RUN NRO ANYWHERE THAT ISNT /switch/GuitarNX/ and make SURE data folder is /switch/GuitarNX/data/--- this is issue with what i forked from im 99% sure/ive attempted to fix that by removing all sprintfs from code (debuggin stuff is now commented out) and i also switched 4 dir* > 0's with != NULL's

GuitarNX

A Guitar Hero like game for the Nintendo Switch. You can add music from the format of "Frets on fire '(visit http://fretsonfire.wikidot.com/custom-songs)

Compiling GuitarNX in Windows

  • Follow instructions under the Windows Section in https://switchbrew.org/wiki/Setting_up_Development_Environment

  • Try building the examples to make sure all libraries are installed. Launch MSYS terminal and type the following:

    cd /c/devkitpro/examples/switch
    make
  • When compiling the examples in a clean Devkit installation the some libraries/tools where not installed. I was able to complile all examples with the following libraries/tools

    pacman -S switch-pkg-config
    pacman -S switch-opusfile
    pacman -S switch-libopus
    pacman -S switch-sdl2
    pacman -S switch-sdl2_mixer
    pacman -S switch-glm
    pacman -S switch-glad
    pacman -S switch-freetype
    pacman -S switch-curl
  • Clone&Build GuitarNX

    #install git in you dont have it
    pacman -S git
    cd /c
    mkdir GuitarNX
    cd GuitarNX
    git clone https://github.com/Tijeras94/GuitarNX.git .
    make

How to Play

GuitarNX is a game based on the Guitar Hero video game in which we must play the colored notes that come towards us, the difficulty of the songs vary but contains 4 levels for each of which are ; Super Easy, Easy, Medium, Expert, all of them depending on the properties of the song.

Screenshots

Credits

About

A Guitar Hero like game for the Nintendo Switch

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 59.8%
  • C++ 30.4%
  • HTML 8.5%
  • Other 1.3%