Game of rock-paper-scissors-spock-lizard based on the big bang theory series based on Neo4j Graph database and java as programming language.
If there is a relation between two nodes then the user wins for example if the user chose Rock and computer chose Scissors then there is a count of one relation, which means the user wins. If the count is zero then the user loss, However if both chose the same choice the result is draw
- Install Neo4j
- Create empty DB
- Create username and password to access the DB
- Update the bellow parameters
- Neo4j URL
- Username
- Password
- Database Name
- Run the game and enjoy the graph based game :P