Published Nov 16th, 2024, 11/16/24 1:23 am
- 464 views, 2 today
- 134 downloads, 2 today
332
Project Cyllene
This is about making a working and codable computer in base minecraft without no external sources used. This is designed to emulate what an actual computer is and how the operating system functions with its resources!
What Does It Have?This has:
Program Block: This runs the programs and pointers to different system functions
GPU Block: This runs the hardcoded graphics, graphics are pasted in a line.
Sound Block: This runs the games sounds, currently only having two instruments.
Screen Block: This does the display and gives information to the user without having to look and match with blocks
Ascii Block: This is where colored text and different symbols can take place, Using the alphabet to switch over modes
Person 2 Screen Block: This is your keyboard and operations to interact with the screen, code, and much more.
What Doesn't It Have?This Currently has no:
Memory Block: This stores information, and to encode or save/ move programs
RAM Block: This stores information to be acted on in the same line of code
Settings Block: This is when you need to call a property of system and save it to replay when on reset
Code Writer Block: This is when you can use the keyboard to write code, currently you have to place blocks.
Math Block: This is used with ram to use math in operations, getting more complex here :D
CommandsType These into the computer to see the prewritten commands!
Test: This runs back a prewritten sentence
Info: This just gives some info
Color: This allows you to change the color of your text, defaults to green
Zaq1: This displays colors and numbers in a code test
RunP1: This runs a game of trivia! Have fun trying to beat it, runs in " if " statements first used here
Cwm: This runs the start screen of Project Cyllene, also first use of the sound system
RunP2: This generates an image of Shrek with text below, this used the first look at the GPU system
If no valid command is ran its going to say, No command found and clear the screen
Learning to code is not that difficult either, with the colored blocks symbolizing letters and more complex functions listed in the Code library, plus the additional examples of it being in use properly. Coding a simple program should be simple!
What Does It Have?
This has:
Program Block: This runs the programs and pointers to different system functions
GPU Block: This runs the hardcoded graphics, graphics are pasted in a line.
Sound Block: This runs the games sounds, currently only having two instruments.
Screen Block: This does the display and gives information to the user without having to look and match with blocks
Ascii Block: This is where colored text and different symbols can take place, Using the alphabet to switch over modes
Person 2 Screen Block: This is your keyboard and operations to interact with the screen, code, and much more.
Program Block: This runs the programs and pointers to different system functions
GPU Block: This runs the hardcoded graphics, graphics are pasted in a line.
Sound Block: This runs the games sounds, currently only having two instruments.
Screen Block: This does the display and gives information to the user without having to look and match with blocks
Ascii Block: This is where colored text and different symbols can take place, Using the alphabet to switch over modes
Person 2 Screen Block: This is your keyboard and operations to interact with the screen, code, and much more.
What Doesn't It Have?
This Currently has no:
Memory Block: This stores information, and to encode or save/ move programs
RAM Block: This stores information to be acted on in the same line of code
Settings Block: This is when you need to call a property of system and save it to replay when on reset
Code Writer Block: This is when you can use the keyboard to write code, currently you have to place blocks.
Math Block: This is used with ram to use math in operations, getting more complex here :D
Memory Block: This stores information, and to encode or save/ move programs
RAM Block: This stores information to be acted on in the same line of code
Settings Block: This is when you need to call a property of system and save it to replay when on reset
Code Writer Block: This is when you can use the keyboard to write code, currently you have to place blocks.
Math Block: This is used with ram to use math in operations, getting more complex here :D
Commands
Type These into the computer to see the prewritten commands!
Test: This runs back a prewritten sentence
Info: This just gives some info
Color: This allows you to change the color of your text, defaults to green
Zaq1: This displays colors and numbers in a code test
RunP1: This runs a game of trivia! Have fun trying to beat it, runs in " if " statements first used here
Cwm: This runs the start screen of Project Cyllene, also first use of the sound system
RunP2: This generates an image of Shrek with text below, this used the first look at the GPU system
If no valid command is ran its going to say, No command found and clear the screen
Test: This runs back a prewritten sentence
Info: This just gives some info
Color: This allows you to change the color of your text, defaults to green
Zaq1: This displays colors and numbers in a code test
RunP1: This runs a game of trivia! Have fun trying to beat it, runs in " if " statements first used here
Cwm: This runs the start screen of Project Cyllene, also first use of the sound system
RunP2: This generates an image of Shrek with text below, this used the first look at the GPU system
If no valid command is ran its going to say, No command found and clear the screen
Progress | 100% complete |
Tags |
6462605
2
Create an account or sign in to comment.