Friday, March 22, 2019

Creating a Computer Program in the C Language about Super Smash Brothers Melee :: Biophysics Programming Gamecube

A- unrivalled Smash Bros. MeleeAt first I had absolutely NO idea what to do for my biophysics final project. I cherished to sham my program at least slightly interesting and this spend program is practically full of gamers. I decided to benefit my peers and myself by making my final project a program revolving around the Nintendo Gamecube game, exceedingly Smash Bros. Melee. Before I wrote my program I needed the statistics of the pull in percentages of com layers when they bump a specific character. Both computer players have one life and both of them ar at take aim 9 difficulty, the highest level difficulty in the game. I chose the map called Final Destination because haphazard maps, although they create less bias, made the battle between two characters virtually of the time 50/50. I had the two computers fight for about xx or thirty games to get statistically significant evidence for the get along percentages of a computer character versus another. My program c alculates the number of games needed to play to collect enough coins to collect a certain goal of trophies. Super Smash Bros. Melee uses a slot machine system for players to put coins in to have a chance to receive a unexampled or old trophy. My program, however, can not actually be utilized to calculate anything in the game, for I had to add some tweaks to my program to make it more interesting for the viewers. The tweak I added was whenever the computer you were betting on won, you would clear 5 coins, and whenever the computer lost, you would win 0 coins. That is not original in the real game, because two level 9 computers facing sullen would only get 1/10th of a coin each game.Each character in Super Smash Bros. Melee is numbered kill in alphabetical order so I could input the win percentages between two computers. There are 25 playable characters in the game, but with the allotted time given, I had no time to tally over 300 different combinations of characters (25x2 5 matrix) in one weekend. Instead of interrogatory all twenty five characters, I tested five of them(which is as yet a lot of testing). My program inputs are 1) Character whom you are betting on2)Character whom your character is battling3)Starting Number of Trophies4) in demand(p) Number of Trophies(max 242)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.