Add: naval battle game!

This commit is contained in:
xamidev
2024-09-09 22:09:14 +02:00
parent df7187ca75
commit 2fa918bc87
8 changed files with 379 additions and 7 deletions

View File

@@ -14,7 +14,6 @@ void program_sysinfo();
void get_cpuid();
void get_meminfo(unsigned int multiboot_info_address); // to be fixed: cannot get full memory map (sysinfo -v)
void program_conway();
void program_cowsay();
void cowsay(); // Splash screen
void program_pi();
@@ -41,4 +40,8 @@ void program_cat();
void program_bmp();
void program_lspci();
// Games
void program_navalbattle();
void program_conway();
#endif