https://github.com/frederoxdev/cc-bedrock-addon
🖥️ ComputerCraft in Bedrock Edition!
https://github.com/frederoxdev/cc-bedrock-addon
Last synced: 11 months ago
JSON representation
🖥️ ComputerCraft in Bedrock Edition!
- Host: GitHub
- URL: https://github.com/frederoxdev/cc-bedrock-addon
- Owner: FrederoxDev
- License: mit
- Created: 2023-02-25T21:17:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T18:58:04.000Z (about 2 years ago)
- Last Synced: 2025-07-06T07:43:44.128Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 896 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CC:BE
|  |  |
| --------------------------------------- | --------------------------------------- |
|  |  |
A recreation of the Minecraft Java mod, Computer Craft for Minecraft Bedrock.
The add-on has been built around a custom programming language called Cosmic, which has been made specifically for this project.
## Important
The add-on is based on cosmic which is my first full scale language, this means you are likely to run into niche issues and bugs with the language. The language is based on a mix of rust and a C like syntax.
## Learning Cosmic
There are example programs in the GitHub Repository under the `examples` directory. Documentation for the language also exists at https://frederoxdev.github.io/CC-Bedrock/ which lists all of the built-in Structs and Enums in CC:BE
## Cosmic OS
The computers in the add-on are running `Cosmic OS` which is the shell interface used for interacting with them. To connect with a computer simply click on it, and type in chat using `>` as a prefix to run commands. Run `>help` for more information.
## Credits
Cosmic Logo - The logo which is being used for cosmic was designed by [OuterCloudStudio](https://github.com/outercloudstudio)