top of page
Search

C Project: Fire Emblem Stats Calculator

  • Writer: Gavin
    Gavin
  • Jan 6, 2019
  • 1 min read

This project was written entirely in the University of Waterloo Seashell environment. It uses a binomial probability distribution to model the probability of characters having a certain stat value when at maximum level, or calculating their expected stats when fully leveled.


Stat Calculator Interface File (stat_prediction_functions.h):

https://documentcloud.adobe.com/link/track?uri=urn%3Aaaid%3Ascds%3AUS%3A3eff714f-5e83-48b5-9f40-c48af4fefe52


Stat Calculator Implementation File (stat_prediction_functions.c):

https://documentcloud.adobe.com/link/track?uri=urn%3Aaaid%3Ascds%3AUS%3A42fe67bd-29e7-4eed-8112-35de4e6243d4


Test Client 1 (blazing_sword.c):

https://documentcloud.adobe.com/link/track?uri=urn%3Aaaid%3Ascds%3AUS%3Aaf138985-56c3-415e-8ae0-75a3d00c2f84


Test Client 2 (sacred_stones.c) Part 1:

https://documentcloud.adobe.com/link/track?uri=urn%3Aaaid%3Ascds%3AUS%3A56826e8b-90ce-429a-b910-c2d477e82aee


Test Client 2 (sacred_stones.c) Part 2:

https://documentcloud.adobe.com/link/track?uri=urn%3Aaaid%3Ascds%3AUS%3A95dc54fe-ea72-416e-8297-f1d75f421294

 
 
 

Recent Posts

See All

Comments


© 2018 by Gavin Orok

  • LinkedIn Social Icon
bottom of page