pouët.net

Go to bottom

ws1 by Genesis Project [web]

	//--------------------------------------------------------------
	
	public static void scaleDems (){

		for (int aa=0;aa<charControl.size();aa++){

			charControl.get(aa).scalize();

			}//end forloop

	}
	//--------------------------------------------------------------

In 2012, out of desperation, i had decided to suffer the Java OCA path, which, coming from an oldschool 6510 Assembly past
was probably the hardest possible walk through a desert. Classes were state-funded and just some 16 or so weeks of
info pumping thing. 
This intro describes everything i (acceptedly) learned in those 3 or 4 months of - from my perspective - useless UML and 
SCRUM and Database bullshit, that is - so i see it - only feasible for people who want to grind Evilcorp's tits. 
I believe in week 5, after the brutal basics, i stopped to listen to the online-lectures, just chose my way through what 
i had gathered and coded this scroller. 
I have not fully understood why this is not really platform independent as i was initially told, so this might 
only run on Windows Machines and might require X64 and whatnot Java 7 or something - i couldn't care less.
Java is not a programming language and OOP is not a concept: it is both just crap. Suboptimal.
Soon after this i made a pretty painful attempt at RUST - which is quite transparent and ... yeah .. well .. 
Compared to Assembly, it just doesn't cut it for me. All the dependencies and libraries and stuff. I am probably not getting 
that stuff anymore. Not my cup of tea. I would even prefer Blitz Basic. But i am not a Cryptocoin Miner, i do not Scale,
i despise Multiple-Persona-Wow-Psyops and Big Data is for others to get cancer from.
I like to LDA my #xx and then let us go on a long journey through a valley of the shadow and death.

So this is this. This is just for the record. I made it. 

What did you do, today?

README.txt:

gfx and audio must be present in GFXTRY\bin\demoOrDie
else 
death
Go to top