Releases: lokkdevv/curve_crafter
Releases · lokkdevv/curve_crafter
Version 1.0
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.

Alpha 0.4
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.


