Open Marcushe31 opened 9 months ago
4.67/5 I like the concept of the game and how it is displayed on your website. I also can see that you have contributed a lot in this project. When displaying the game I was able to see it work perfectly. Something you can add is adding more features to the game.
This is my Trimester 2 Individual Review + Video
Project Overview:
Our CPT project was focused on creating a casino simulator, for the educational purpose to teach students and others that gambling can lead to addiction and harmful behavior. Our project implemented different games made individually by each person, such as slot machines, car racing, dice betting, and black jack.
My Features
Dice Game: This user-friendly game has several features that includes pictrues, sound, currency balance, and more. The application of the "math.random" code allowed me to return random integers, which created the randomizer sequence for the dice game.
Part A Requirement College Board
Instructions for input from one of the following: the user, a device, an online data stream, a file:
Use of at least one list (or other collection type) to represent a collecting of data that is stored and used to manage program complexity and help fulfill the users purpose.
Our casinosim utilized the SQLite backend and database, to store values like the user's username and password, as well as the current currency balance. We stored all the values in the JSON and Sqlite table to transfer data values from backend to frontend.An algorithm that includes sequencing, selection, and iteration that is in the body of the selected procedure
![image](https://github.com/Marcushe31/M00031/assets/142542158/8931566a-c546-435d-8244-91475285fe83) The code provided features a "rollDice()" function which simulates rolling a six-sided dice. This code accepts an input parameter, iterations, which represents the number of rolls that it will then simulate. It then will generate random numbers between 1-6 for each roll, which stores the outcomes in an array. It then returns the array, which shows the output of the code.Instructions for output (tactile, audible, visual, or ) based on input and program functionality
![fjasldk](https://github.com/Marcushe31/M00031/assets/142542158/150b398e-5ef6-479e-91d6-7f1999323524) In the code provided, the user input (amount of money bet and which number bet on) is collected through the prompts, and the outcome to the game displays the user through alerts, which updates the balance in HTML depending on if they win (adds money) or lose (takes away money) from the database in the backend.Github Data + Commits
![COMMITS](https://github.com/Marcushe31/M00031/assets/142542158/c1e20cd5-dec2-42e0-88c4-4aedd18df543) ![comi](https://github.com/Marcushe31/M00031/assets/142542158/e4be94aa-9600-4fad-8950-eecb1dce9ffe)Video
https://drive.google.com/file/d/1Ij3tgfVF8NOexaAL23lhXEAP95gsp9jR/view?usp=sharing