Join us on Discord!
You can help CodeWalrus stay online by donating here.
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - p2

#1861
you should probably update the screenshot and use another one since a text about a naked dead man on the front page of CodeWalrus is really not the best idea <.<
#1862
take a look at my picture... Put a nice number on each of them <.<
#1863
confirmed *-*
BUt I somehow got enough of them for today...  <_< Too much counting ^^
#1864

Looks like tehre's 801 Walriis on the site. But since the script is set to always release 10 at once, I guess I made a mistake and it's actually "only" 800 ^^

Aaand by the way...
If you modified the update-function of the walriis script like this, they would stop hiding behind the scrollbar :)
console.log("länge: "+walriis.length+"   counter: "+idcounter);
this.x += this.vx;
this.y += this.vy;
if ($(document).height() > window.innerHeight) {
this.vx *= ((this.x < 0 && this.vx < 0) || (this.x + this.img.clientWidth + 21 > window.innerWidth && this.vx > 0)) ? -1 : 1;
} else {
this.vx *= ((this.x < 0 && this.vx < 0) || (this.x + this.img.clientWidth > window.innerWidth && this.vx > 0)) ? -1 : 1;
}
this.vy *= ((this.y < 0  && this.vy < 0) || (this.y + this.img.clientHeight > $(document).height() && this.vy > 0)) ? -1 : 1;
#1865
Gaming / Re: Tetris is an RPG
August 20, 2016, 09:15:44 PM
Isn't somehow almost every game some sort of RPG...?
even basic stuff like Minecraft coule be called a RPG  :P
(You play the role of a stupid guy called steve that's sitting on his island trying to survive and kill a stupid dragon within another dimension... And you got dragons, swords and magical spells ^^)
#1866
Iirc I talked to STV yesterday. He already tried reinstallation, reboot AND changing the USB-Port.  :-/
So unless ALL of his USB ports are dead that can't be the problem.
But maybe it's something wrong with the cable so it might still be a good idea to check if it's charging  :thumbsup:
#1867
Gaming / Re: Tetris is an RPG
August 20, 2016, 05:06:57 PM
QuoteSuper Paper Mario is a JRPG,
btw... does this Stand for Jump RPG or for Jump and Run Played Game or what is it?  <_<

I think it's somehow right to atleast label the more modern versions of games different than the old originals.
For example the old Super Mario games were cleary Jump and Run... But newer versions are much more than just that including long dialogues, 3D, changable characters, ...

But we still need more classes than just Shooter, RolePlayGame, MMO-RPG and Jump'n Run...  <_<
#1868
Media Talk / Re: Tusk (2014) :walrii: horror movie
August 19, 2016, 02:47:18 PM
yust imagining the scene when this old guy was found:
Dead old man, naked, in mid of parts fo a walrus that was ripped apart, spilled in blood and with numerous holes in his breast... What must the police officers have thought finding him like this...    :w00t:

*And yes, I know it's just a movie  :)
#1869
Well I pretty much enjoy having both mouse and keyboard and moving one hand from mouse to kayboard to type something is fine... ^^ But in addition to that having to touch the screen is just too much... :/

But some laptops have this little red thing between the keys that acts like a super flat joystick and lets you move the mouse around. (I hope you know what I mean). My laptop doesnt have one so I never used them... Are they handy and cool to use or just useless?

Edit: I hope I'm not getting too offtopic sorry for that ^^
#1870
Yes youre right. The biggest problem of touch is the keyboard. It's always so small you dont even see the "keys" below your fingers and it's sooo dirty and full of fingerprints >.<
I thought a touch screen with external keyboard would work but even that's not really true since it's super annoying always having to change between keyboard and screen (for example using touchscreen notebooks and stuff) And external keyboards for Phones really suck...
#1871
Gaming / Re: (split) CodeWalrus Minecraft Server
August 18, 2016, 12:36:41 PM
I've never been on the server myself but iirc DJ said it was indeed a creative server but for members only ^^
(Got to fill in your ingme name in your CW Profile)
#1872
xD okey then I just misunderstood you ^^
In this case I'm gonna buy the WIFI version :) Will order it today ^^
#1873
So using the Arduino Uno Wifi it would take some extra work to get it running but the Arduino uno rev3 wouldnt need that?
Then I should probably buy the Rev3 for this project :)
If it's a success I can still buy the wifi version later ^^
#1874
O.o wasnt there this program to enter IRCs with a TI? So let's add external keyboards and WIFI so I can walk around while chating...?
That escalated quickly... >.>

Would it make a difference for you which one I bought? :)
#1875
http://world.arduino.org/en/arduino-uno-rev3.html
http://world.arduino.org/en/arduino-uno-pro.html
http://world.arduino.org/en/arduino-uno-smd-rev3.html
which one should it be? :) They're all not too expenive as long as I dont need more than one ^^
And would an Arduino Nano work, too? :)
Absolutely excited and looking forward to working on this project  :w00t:
Powered by EzPortal