![]() Keeping up with your medication these days can mean the difference between life and death! Take your medication by clicking on the pill you want to ingest. Don't take too many at once or your red bar for that drug will fill up. You will die! Don't take too few or your bar for that drug will run out. You will die!
|
For the technically inclined: I cannot make this any faster! It's choppy and sad but I'm releasing it anyways. Java is obviously just not that good for image stuff.. (Or maybe I'm just doing it wrong.) 5 Classes, 3 for the game and 2 utility classes. Doubled-buffered and threaded. The LinkedList class in the jdk was giving me grief trying to include it, so I wrote a simple one to avoid the hassle. The Sim classes are commented, but the List ones aren't. JavaPsychiatrist.java Pill.java MedicationBar.java MyLinkedList.java MyLinkedListNode.java |