Skip to content

Releases: lokkdevv/curve_crafter

Version 1.0

22 Feb 13:04

Choose a tag to compare

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

Alpha 0.4

09 Feb 20:10
6b552e4

Choose a tag to compare

Alpha 0.4 Pre-release
Pre-release

Almost finished, a couple more hours and i'll be done, unless someone points out bugs for me to fix.

  • These apps only work on windows 64.
  • Follow the instruction in the readme to run the apps.
Windows.PowerShell.2026-02-09.19-54-15.mp4

Alpha 0.2

01 Feb 18:41

Choose a tag to compare

Alpha 0.2 Pre-release
Pre-release
  • I fixed a lot of bugs and improved the ease of use of the rendering API.
  • Also added a start screen which also solves some of the bugs.

Screenshot 2026-02-01 184228 Screenshot 2026-02-01 184234

alpha

01 Feb 16:39

Choose a tag to compare

alpha Pre-release
Pre-release

This pre-release showcases what you can make using the mini game-engine.

This game only works on windows for now atleast.
Follow the instructions in the repo's README.md to run the game.

  • CONTROLS:
    • Arrows to move.
    • ESC to exit the game.

Screenshot 2026-02-01 163223

Alpha 0.3

01 Feb 21:04

Choose a tag to compare

Alpha 0.3 Pre-release
Pre-release

Done:

  • Finished the pong game.
  • Finished the windows renderer and input system.
  • Finished the mini game-engine.

Will Do:

  • Finish the math evaluater.
  • Finish the main app (math function Plotter)

Might Not Do:

  • Add Linux support.