You ARE The Villain by karsyf
Thank you for playing my game!
Arrow keys or numbers to select answers
Space or enter inputs them.
This was modified to port to Windows after the deadline, but no source was changed. The original Windows link is now included in Source. The only change is a bugfix related to porting.
Arrow keys or numbers to select answers
Space or enter inputs them.
This was modified to port to Windows after the deadline, but no source was changed. The original Windows link is now included in Source. The only change is a bugfix related to porting.
Ratings
| Coolness | 72% | 3 |
| Overall | 2.65 | 555 |
| Audio | 1.38 | 576 |
| Fun | 2.51 | 524 |
| Graphics | 2.50 | 535 |
| Humor | 3.43 | 93 |
| Innovation | 2.46 | 553 |
| Mood | 2.47 | 526 |
| Theme | 3.19 | 376 |
Everyone else, thanks for the feedback! This one is getting pretty good reactions from people I show it to offline as well, so I'll probably keep working on it once judging is complete.
If you have any questions about the source or how it works, feel free to ask. All dialog (contents), questions and static backgrounds are done in assets/data.txt . Dialog (timing), the panning, animation timings are all hardcoded in the "Logic State" class on 173.
For source file editing:
If you want to view any specific sequence, change the line "self.state = "INTRO01" on line 178 to whatever sequence you want to see.
The results sequences are my favorites, and you can jump straight to them by changing line 178 to any of the following and running the game.
self.state = "WINMINO"
self.state = "WINDEATH"
self.state = "WINPLAYER"
self.state = "TIE"
Adding a "skip message" function would solve this, though...