Skip to content

Version 1.0

Latest

Choose a tag to compare

@lokkdevv lokkdevv released this 22 Feb 13:04
· 4 commits to main since this release

CurveCrafter — Release

This project is composed of a mini CLI game engine, a CLI math plotter and a CLI pong clone.

Warning: Please read the full readme before trying to run either app.
Note: Please ignore the repo readme and follow only the instructions of the release readme.

CurveCrafter:

./CurveCrafter "expression" #In the terminal.

# ./CurveCrafter "x*x/100" for example.
.\CurveCrafter "expression" #In CMD

# .\CurveCrafter "x*x/100" for example.

In windows, for the grapher to show a result, you must press one of the WASD keys first.

Optional -s enables smooth rendering. you can emit it so the graph runs in a more performant default mode.
Camera movement: W A S D.

  • Note that the only tokens supported right now are:
    • the x variable
    • integers
    • basic math expressions: */+-

Pong:

./Pong #In the terminal.
.\Pong #In CMD.

Player 1: W / S
Player 2: I / K

Note: to exit either app, press ESC

Note that both apps can only be run the described method if you are inside the extracted directory.
All components run directly in the terminal..

Screenshot 2026-02-16 204943