I have finally finished my literary review, and it has been super cool finding more examples of games that use PCG. I think It would be really neat if I could figure out a way to implement an algorithm in a way to make my game infinite! Its also amazing how far PCG has come from Rouge which was basically the first to now, were some games are much more complex and intricate.
CS488 Update 9 (03/27/19)
This past week, I spent countless hours working on my Final Paper. I also spent a considerable amount of time working to correct errors and bugs in my code inside of MaxMSP.
3/27 update
This week I continued debugging my code. I now have everything I need working working. It’s not as good as I think it can be, but it is fully operational. Spent a little time starting paper revisions and that’s next up.
March 27 update
This week ive been working on revising my paper according to the feedback i got and suggestions from Xunfei.
Ive been trying to polish out any remaining functionality issues and format it better for presentations.
Capstone Progress 3/29/2019
Still polishing the paper. Been revising section by section and created a new diagram for the paper.
Need to fix an issue with the citations.
Will make time to try and tweak the experiment for the paper to see if I can get different result.
CS388 Update
Talked to Dave and uploaded the outline for the proposal paper
Weekly Update
This week, I started working on my poster, and revised my paper based on the feedback I received from Dave and Ajit
CS488 Update 8 (03/20/19)
- The spring break week dealt with mapping MIDI control into the acoustics of the three-dimensional space, which I have successfully done.
- I have also successfully added an FIR based buffer into the program as well to track analytics. You use buffir~ object when you need a finite impulse response (FIR) filter that convolves an input signal with samples from an input buffer. With that, you can look at an FIR filter response graph in MaxMSP which calculates the filter response of the FIR in the main sound patch for a given number of samples (coefficients)
Capstone Update 3/20/2019
Created and ran experiment. Noted the results down.
Finished the first draft of the Capstone paper. Currently revising and polishing it.
weekly update 3/20
This week I turned in a new draft of my paper and fixed a few bugs. I am now ready to collect most of the data I’ll need.
weekly update (3/16)
This week I tested out the reader with student interface, and checked if self-check in and check-out worked properly. I also met with Craig and discussed plan to migrate the application to the server and perhaps have it ready for the EPIC expo.
Weekly update (3/5)
This week I spent most of my time working on the paper, and finished the implementation and design sections. I also started working on the administrator interface and got a good portion of it done.
CS488 Update 7 (03/06/19)
This week I have dealt with working on improving my final paper and working on the MIDI mapping and audio of my project inside MaxMSP. I primarily worked on getting the audio format correctly to be able to loop and connect each file with the object associated in the three-dimensional space within MaxMSP. I secondly worked on the formatting of my paper; it needed to flow from topic to topic more also recognizing why it was relevant to the project as a whole.
March 6th update
This week I have been working on my paper both revising the submitted partial draft and adding the portions that were not done yet.
I have also done some work on my project itself. I have been doing a lot of refactoring. I made it so all the variations I am testing can be turned on and off via toggle buttons and all things that need to be initialized to run the patch are accessible in the main patch window instead of having to open the subpatches. I also revised portions of my project that had large repeated sections of code.
3/6 update
This week I
-implemented feedback from the first draft
-started writing the rest of the paper
-did some minor debugging and commenting
Capstone Progress 3/6/2019
Built a functioning, testable (not yet accurate) Neural Network that takes in my input of heuristic data and output a direction.
Since the puzzle states were strings, I wanted the output to be the value added to the index of the “_” to move to a new position but negative values cannot be used as targets or labels in neural network so instead I coded them using values 0-3 to represent each move.
I created a function that takes in the output of the neural network and converts it to a move for the puzzle.
Also know which specific layers I need to experiment with make my neural network be accurate.
Week 6 Update
- Found some more research papers to read which were related to the topic that I chose.
- Worked on the literature review.
Week 4 Update
In past week, I have spent time doing research to find interesting papers that I think will be related to my ideas. For each of my ideas there are at least five papers to take a look on at thee moment. However, for the last idea about a mobile application for time scheduling, I could only find some topics about effective time scheduling and mostly are just about general mobile application development. I have also read some paper for the first pass in order to briefly know what the authors were proposing in their papers and how well are those paper fit to my topics. I am also looking for available data sets for my first two ideas.