N-Back
Moderator: Moderators
N-Back
.
A Linear Triple N-Back machine.
----------------------------------
Platform requirements for Linux and Mac:
* OpenGL must be installed
* SDL must be installed
Also note that on Linux you must check 2 things: first of all, the file must be executable. You can set the file executable from a shell terminal with the command "chmod 755 your_file_name", or from a filemanager application. Plus, the engine looks for a lib called "libGL.so". You might have some other libs like "libGL.so.1" or "libGL.so.1.2" installed in your "usr/lib" folder. If this is the case, you can create a system link using the command "ln -s usr/lib/libGL.so.1 usr/lib/libGL.so". Root privileges are needed.
-----------------------------------
Having no experience with Linux or Mac, I take on faith these users know what to do, and these releases work for you.
A Linear Triple N-Back machine.
----------------------------------
Platform requirements for Linux and Mac:
* OpenGL must be installed
* SDL must be installed
Also note that on Linux you must check 2 things: first of all, the file must be executable. You can set the file executable from a shell terminal with the command "chmod 755 your_file_name", or from a filemanager application. Plus, the engine looks for a lib called "libGL.so". You might have some other libs like "libGL.so.1" or "libGL.so.1.2" installed in your "usr/lib" folder. If this is the case, you can create a system link using the command "ln -s usr/lib/libGL.so.1 usr/lib/libGL.so". Root privileges are needed.
-----------------------------------
Having no experience with Linux or Mac, I take on faith these users know what to do, and these releases work for you.
- Attachments
-
- LinearTripleN_Back_Win.zip
- (63.08 KiB) Downloaded 1316 times
-
- LinearTripleN_Back_Linux.zip
- (103.52 KiB) Downloaded 1228 times
-
- LinearTripleN_Back_Mac.zip
- (141.69 KiB) Downloaded 1244 times
Last edited by y offs et on Fri Sep 10, 2010 4:09 pm, edited 4 times in total.
"great expectations"
Had never heard of a "N-Back Machine" before, but it seems like good* brain training indeed. Some suggestions ..
- Use a default setting that is legal ( right now all options start as 0 ).
- Some kind of feedback to user input during play is essential.
- A tutorial mode to explain the concept of the "game".
- Descriptions of the various menu options.
- Enable navigating up in the menu
Also, right now it feels very much like a tool ( + highscore ) instead of a game. Some more guidance in the form of missions ( sessions with predetermined settings ) might be fun.
*Quad Combination N-Back mode is absolutely lethal!
K
That is indeed a cool concept for bending your mind! Never heard of it, either; thanks for sharing it! I second Kjell's suggestions; some feedback (if that is not considered distracting) and a more comfortable menu would be nice.
If you like to, you can take the generic 'Button'-Model from my 'Cityscape'-Project (found in App>States>appstate_NewSplit>Definitions, see .>OnStart for usage hints); it is quite easy to set up and 'modular' (e.g. effortless to spawn buttons as needed).
edit: help, this is addicting!
If you like to, you can take the generic 'Button'-Model from my 'Cityscape'-Project (found in App>States>appstate_NewSplit>Definitions, see .>OnStart for usage hints); it is quite easy to set up and 'modular' (e.g. effortless to spawn buttons as needed).
edit: help, this is addicting!
- jph_wacheski
- Posts: 1005
- Joined: Sat Feb 16, 2008 8:10 pm
- Location: Canada
- Contact:
My short term memory is not what it used to be,
and also, my short term memory is not what it used to be.
Yes this is an interesting concept, I think you could make it into more of a game if that is what you are after,. or just keep it more clinical, matter of tast that.
Adding some sounds in the menu when things are changed,. blip, would be nice.,. and UP key functionality
Quite cool project, adding a bit more explination (how to play screen?) will add value.
and also, my short term memory is not what it used to be.
Yes this is an interesting concept, I think you could make it into more of a game if that is what you are after,. or just keep it more clinical, matter of tast that.
Adding some sounds in the menu when things are changed,. blip, would be nice.,. and UP key functionality
Quite cool project, adding a bit more explination (how to play screen?) will add value.
iterationGAMES.com
Hi.
The link to the sourceforge that you have given doesn't work.
I've tried your project, make settings as suggested in the readme file but then after starting the game I was not able to do anything besides pressing the P key. (F key didn't work).
Also I have no clue how to play the game
PS. Ok now the link works, must be something with my network.
The link to the sourceforge that you have given doesn't work.
I've tried your project, make settings as suggested in the readme file but then after starting the game I was not able to do anything besides pressing the P key. (F key didn't work).
Also I have no clue how to play the game
PS. Ok now the link works, must be something with my network.
tested under Ubuntu 10.04 "Can't remember the name" Alpha 3 (I am ahead of times) and it works flawlessly after you "chmod 777 LTNB" EG: no need to rename libs.
For anyone going to try this remember that for execute the file you can double click on it, but FIRST make it executable
For anyone going to try this remember that for execute the file you can double click on it, but FIRST make it executable
In the fall of 1972 President Nixon announced that the rate of increase of inflation was decreasing. This was the first time a sitting president used the third derivative to advance his case for reelection.
-=Hugo Rossi=-
-=Hugo Rossi=-
Take heart seniors, and others. More proof -
http://www.smw.ch/docs/PdfContent/smw-12852.pdf
http://www.eurekalert.org/pub_releases/ ... 032510.php
http://www.smw.ch/docs/PdfContent/smw-12852.pdf
http://www.eurekalert.org/pub_releases/ ... 032510.php
"great expectations"
Just another reason why you should try my crappy little program.
http://www.eurekalert.org/pub_releases/ ... 041513.php
http://www.eurekalert.org/pub_releases/ ... 041513.php
"great expectations"