-
Notifications
You must be signed in to change notification settings - Fork 0
/
WORKS_CITED.txt
70 lines (44 loc) · 2.14 KB
/
WORKS_CITED.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# WORKS_CITED.txt
# This file lists all the resources I consulted and referenced throughout this project.
# (also just for my own good because I have terrible memories)
~~ Special shoutout to Mike Taylor, our amazing 15-112 professor, for enduring my frustrated rants about TP and giving me multiple good ideas.
~~ Special shoutout to Matt Kong, our wonderful TA and my TP Mentor, for dealing with my disoriented late night emails and my wack schedules.
~~ Special shoutout to all my friends (112 or not) who helped me brainstorm this project idea, as well as encouraging me and helping me destress.
# General Documentations
Python documentations
https://docs.python.org/3/
CMU 15-112 website
http://www.cs.cmu.edu/~112/index.html
Pygame documentations
https://www.pygame.org/docs/
List of MIDI status byte
https://www.midi.org/specifications-old/item/table-2-expanded-messages-list-status-bytes
List of MIDI instruments
https://en.wikipedia.org/wiki/General_MIDI#Parameter_interpretations
Chrome Music Lab - for helping me the create the melodies for each level
https://musiclab.chromeexperiments.com/Song-Maker/
# Codes that I used/referenced
# (these are also cited in the actual code as needed)
Pygame intro
https://www.pygame.org/docs/tut/PygameIntro.html
Pygame pressed key example
https://stackoverflow.com/questions/9961563/how-can-i-make-a-sprite-move-when-key-is-held-down
Pygame midi example
http://cs.indstate.edu/~jkinne/cs151-s2012/code/midiExample.py
eval/exec help
https://stackoverflow.com/questions/35336702/variable-not-define-after-execvariable-value
Mask examples
https://sivasantosh.wordpress.com/2012/07/23/using-masks-pygame/
Pause screen examples
https://pythonprogramming.net/pause-game-pygame/
# Websites/credits of the images/sprites I used for this project
quarter_rest.png
Quarter Rest by Chance Smith from the Noun Project
https://thenounproject.com/term/quarter-rest/98899/
music_note.png
https://www.stickpng.com/img/miscellaneous/music-symbols/musical-note-eighth-note
# stuff that I made
The player sprites
The melodies
The levels
And obviously, the codes