j
jaipkg.dev
packages / app / jai-games

jai-games

55ff563app

A collection of games I have written using the Jai Programming Language.

No license · updated 1 year ago

Jai Games

A collection of games I have written using the Jai Programming Language.

Compiler Version

$ jai -version
Version: beta 0.1.076, built on 22 October 2023.

Instructions

Build

Details
$ ./build.jai - <path>

The compiler will then generate a binary in the bin directory.

For pong that would be:

$ ./build.jai - pong

The compiler will generate a binary named pong in the bin directory.

Build & Run

Details
$ ./build.jai - <path> run

You can then pass the arguments you want to give to the executable after the run argument.
For example: ./build.jai - run foo bar baz.

For pong that would be:

$ ./build.jai - pong run

Games Included

  • pong
  • LightsOut