A downloadable game

I tried to make a rhythm game in a programming language I had zero experience with. This is the result!

Not so Rhythm Game is a game with one song and a map that gets randomly generated every time you play.

Controls: S, D, J,K

The downloadable contains a zip with the code for the game. I couldn't get PackageCompiler to work, so I can't provide an executable :(

Github repo: https://github.com/niko-medina/julia-game

Credits:

Music: https://shononoki.itch.io/

Sound: https://drtwelele.itch.io/

Graphics: 

 https://norma-2d.itch.io/

 https://disruptorart.itch.io/

Made for the Julia Jam 2025



Published 5 days ago
StatusPrototype
Authorunniko
GenreRhythm

Download

Download
Game.zip 1.4 MB

Install instructions

Download and install Julia if not installed yet

Unzip the JuliaGame.zip file

Open a command prompt in the directory containing the unzipped files and run julia: 

> julia

Activate the package :

> using Pkg

> Pkg.activate(".")

Install dependencies:

>Pkg.instantiate()

Run the game:

> include("mainmenu.jl")

Leave a comment

Log in with itch.io to leave a comment.