Games By This Creator

  1. Tibia Mapfiles Editor
    Tibia Mapfil...
    By -=ReNeX=-
    • Rating: 2.3333/5 Stars.
  2. Icemouse
    Icemouse
    By -=ReNeX=-
    • Rating: 4.1304/5 Stars.
  3. Cursor Adventure Test
    Cursor Adven...
    By -=ReNeX=-
    • Rating: 4.2143/5 Stars.
  4. Atomic Bomberman Ii Prototype
    Atomic Bombe...
    By -=ReNeX=-
    • Rating: 3.4/5 Stars.
  5. Terra Ponto Exe
    Terra Ponto Exe
    By -=ReNeX=-
    • Rating: 4.1429/5 Stars.
  6. Gato Xadrez
    Gato Xadrez
    By -=ReNeX=-
    • Rating: 2.5/5 Stars.

Comments By This Member

View Comment

over 3 years ago -=ReNeX=- commented on the game Bit to Real codec

another uncommon usage is (even i used it as) a simple processor benchmark utility. You can give the two computers 1000 bits and compare the time they take to complete, for example.

View Comment

over 3 years ago -=ReNeX=- commented on the game Bit to Real codec

and, if you give a very high number of bits, it will start to decrease performance over time, since it has to deal with a fastly growing number. This way, one million is already not a reasonable number of bits to evaluate. typical usage is to calculate the top integer you can store in a given number of bytes when saving large numbers in Bin files. For example, using 3 characters (bytes) you can save an integer from 0 to 16777215.

View Comment

over 3 years ago -=ReNeX=- commented on the game Bit to Real codec

It elevates 2 by the number you give. since gm only handles this operation up to 9 quatrillion, this program can be used to work with (virtually) much higher numbers. Example of usage is: you provide 24 bits, it will return $FFFFFF, that equals 8+8+8 bits. you provide 32 bits, it will return 16777215 ($FFFFFFFF). you provide 8000, it will return what is seen in the first image.

View Comment

over 3 years ago -=ReNeX=- commented on the game Mistery of Room 10

i am finally back in working on this project after a long time away from the community. actually, you can go through the curtains by holding the up key. i stopped working on it because the corridor was already saturated through the time line of the game, and i was in lack of new ideas. if i come up with more stuff then i will add it.