https://github.com/krondorl/jcp
Generate random plan files in John Carmack style
https://github.com/krondorl/jcp
john-carmack plan-files rust
Last synced: 3 months ago
JSON representation
Generate random plan files in John Carmack style
- Host: GitHub
- URL: https://github.com/krondorl/jcp
- Owner: krondorl
- License: other
- Created: 2024-08-08T18:37:19.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-10T16:56:21.000Z (10 months ago)
- Last Synced: 2024-08-10T19:16:03.484Z (10 months ago)
- Topics: john-carmack, plan-files, rust
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# John Carmack Planner (JCP)
Generate random plan files in John Carmack style.
## What are plan files?
Carmack used to make notes and plans in text files during game development.
You can look [into the archives](https://github.com/ESWAT/john-carmack-plan-archive) on Github to check what they looked like.
## Console Example of the Program
```
John Carmack Planner
Generate random plan files in John Carmack style.Generating plan notes...
unified unique texture
updated solid trigger
moved dark dog
moved unique config file
fixed far precache
fixed weird internet code
changed high-level precache
tested opaque buffer
stopped far server
cleaned up broken server
fixed invisible twirling gib
tested broken level
changed close armor color flash
changed unique space partitioning
```## Install
[First, you need to install Rust on your system.](https://www.rust-lang.org/tools/install)
## Run
In the project folder, execute: `cargo run`
## Build
Run this command: `cargo build --release`
## License
See [the LICENSE file](LICENSE).
## History
I started the project in August 2024.