Update MP2

This commit is contained in:
2024-03-06 08:02:24 -06:00
parent 4177802aac
commit 92d6102039
65 changed files with 6481 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/cppFiles/file.h to edit this template
*/
/*
* File: rockPaperScissors.h
* Author: caleb
*
* Created on March 4, 2024, 7:31 PM
*/
#ifndef ROCKPAPERSCISSORS_H
#define ROCKPAPERSCISSORS_H
char computerPlay();
char humanPlay();
void gameLoop();
#endif /* ROCKPAPERSCISSORS_H */