eyegym's Forum Posts

  • I am looking for someone to write some classic arcade games. I am looking for the following games.

    Pacman

    Galaga or space invaders

    frogger

    platform game

    The games are going to be mounted in a old style arcade game machine, with joystick, button etc. I will work on those interfaces.

    There will need to be start screen that will allow player to login under their name and create a basic player profile that they can access later.

    Games will have a unique feature that they will use red/green glasses so that player will view part of game with one eye and other with the other eye. e.g.: Pacman: both eyes see walls, one eye sees ghosts and dots, other eye sees pacman and bonus.

    At the start menu the player will select which eye is dominant eye. Also at the start menu it will reduce the contrast in the dominant eye to a user defined amount. 5-100% reduction. This dominant eye and contrast will be used for the entire game play until saved. Players can move between different games if they want.

    game will save highscores for all players in each game.

    Michael Nelson

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • It is like an automatic batch file to backup the contents of a Folder: folderA/*.*

    It will write the contents into a backup folder depending on the the day of the month, there will be 31 backup folders: backupfolder1, backupfolder2....backupfolder31.

    If the day is April 5 it will copy folderA/*.* to backupfolder5. If it is April 10 it will copy folderA/*.* into backupfolder10.

    On the next month it will erase the contents of backupfolder before copying. i.e. on May 5 it erases the contents of backupfolder5 and then copies folderA/*.* to backupfolder5/

    The program needs to have the ability to change the time of the backup is performed

  • I am looking for a program that automatically writes a backup daily.

  • I am looking for the development of a program that measures how quickly you can look at a target on one side of the screen, enter a response, look to the other side of the screen, enter a response, etc.

    Register with first name, last name, birthdate

    On the far right side of the screen show an arrow (randomized to up, down, left, right). Person enters response on keypad. After response is entered the target disappears and then a randomized arrow shows up on the far left side of the screen. Repeat for 20 cycles.

    Program records: date of test, number of incorrect responses, speed to complete test.

    Program has calibration screen: that allows to change size of arrow, change the separation of the arrows on the screen.

    Thanks