Add: conway game (basic) but flickers?

This commit is contained in:
xamidev
2024-08-10 22:58:56 +02:00
parent c47e29f9ed
commit 51024e1d06
10 changed files with 179 additions and 3 deletions

View File

@@ -65,7 +65,8 @@ void shell_install()
register_command("uptime", program_uptime);
register_command("echo", program_echo);
register_command("sysinfo", program_sysinfo);
register_command("conway", program_conway);
for (;;)
{
char input_buffer[BUFFER_SIZE];