Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

BrainBoxer PSP: Difference between revisions

From GameBrew
(Created page with "{{Infobox PSP homebrew | title = BrainBoxer | image = https://dlhb.gamebrew.org/psphomebrew/BrainBoxer.jpg|250px | type = Trivia | version = v1.0 | licence = Mixed | author =...")
 
No edit summary
Line 1: Line 1:
{{Infobox PSP homebrew
{{Infobox PSP homebrew
| title = BrainBoxer
| title = BrainBoxer
| image = https://dlhb.gamebrew.org/psphomebrew/BrainBoxer.jpg|250px
| image = https://dlhb.gamebrew.org/psphomebrew/brainboxer.png|250px
| type = Trivia
| type = Trivia
| version = v1.0
| version = 1.0 final (30 Jun 2011)
| licence = Mixed
| licence = Mixed
| author = ASKidwai
| author = ASKidwai
| website = https://archive.org/details/brain-boxer-v-1.00.7z
| website = https://wololo.net/talk/viewtopic.php?f=2&t=7381
| download = https://dlhb.gamebrew.org/psphomebrew/BrainBoxer.rar
| download = https://dlhb.gamebrew.org/psphomebrew/brainboxer.7z
| source =
| source =  
}}
}}
<youtube>K1WSOSimvTI</youtube>


BrainBoxer is a Trivia game on PSP to tests your knowledge of various random things including but not limited to PSP stuff and current world affairs. It is made by ASKidwai written in LUA.
BrainBoxer is a Trivia game on PSP to tests your knowledge of various random things including but not limited to PSP stuff and current world affairs. It is made by ASKidwai written in LUA.
Line 16: Line 15:
This was one of the contest entries for the PSP Genesis Competition 2011.
This was one of the contest entries for the PSP Genesis Competition 2011.


User guide
==User guide==
Point system:
'''Point system:'''
At the beginning of the game, you have 0 points. Depending upon your answers, the score will increase or decrease by 1 point. When you end the game, it will show your points and a short message according to your score.


Customise nickname:
At the beginning of the game, you have 0 points. Depending upon your answers, the score will increase or decrease by 1 point.
Open main.lua located in the scripts folder with Notepad or Notepad++ or its equivalent. You can change the name by editing the line person = "You" (where "You" will be your name).
 
When you end the game, it will show your points and a short message according to your score.
 
'''Customise nickname:'''
 
Open main.lua located in the scripts folder with Notepad or Notepad++ or its equivalent.  
 
You can change the name by editing the line person = "You" (where "You" will be your name).
 
'''Music playback:'''


Music playback:
You can play your own music by placing music.mp3 in the /PSP/GAME/BrainBoxer v1.0/music/ directory.
You can play your own music by placing music.mp3 in the /PSP/GAME/BrainBoxer v1.0/music/ directory.


Add your own questions:
'''Add your own questions:'''
 
You can do so by editing the myquestion.lua with any text editor (Notepad++ or gEdit is recommended).
You can do so by editing the myquestion.lua with any text editor (Notepad++ or gEdit is recommended).


Extras:
'''Extras:'''
The final questions of the game will be a trick one. You lose points on all answers (except for pressing R-Trigger the secret option which you will get 100 points).
 
The final questions of the game will be a trick one.  


Controls
You lose points on all answers (except for pressing R-Trigger the secret option which you will get 100 points).
 
==Controls==
Triangle - First option
Triangle - First option
Square - Second option
Square - Second option
Circle - Third option
Circle - Third option
Cross - Fourth option
Cross - Fourth option


Compatibility
==Compatibility==
Works on:
Works on:
5.00 M33-6
6.20 TN-E
6.20 PRO B-5
6.20 TN-C
6.35 PRO B-5
6.39 ME 5/6
6.39 TN A


Known issues
5.00 M33-6 <br>
6.20 TN-E <br>
6.20 PRO B-5 <br>
6.20 TN-C <br>
6.35 PRO B-5 <br>
6.39 ME 5/6 <br>
6.39 TN A <br>
 
==Known issues==
A few bugs are present. One is that before Sony dialogue, the screen flickers.
A few bugs are present. One is that before Sony dialogue, the screen flickers.


Changelog
==Changelog==
BrainBoxer v1.0
'''BrainBoxer v1.0'''
- Fixed bugs.
* Fixed bugs.
- Added more questions.
* Added more questions.
- Added MP3 playback.
* Added MP3 playback.
- Added score-keeping.
* Added score-keeping.
- Added two player mode.
* Added two player mode.
- Removed useless parts of code.
* Removed useless parts of code.
- Cleaned code.
* Cleaned code.
- Shows exact points.
* Shows exact points.
- Added ability to play with your own questions.
* Added ability to play with your own questions.
- Added Sony dialogue.
* Added Sony dialogue.
- Made it open source.
* Made it open source.
- Changed opening screen and other art.
* Changed opening screen and other art.


BrainBoxer Beta
'''BrainBoxer Beta'''
- Initial release is initial.
* Initial release is initial.


Credits
==Credits==
Author: ASKidwai.
Author: ASKidwai.
Graphical advisor: RPSangcap and lightning.
Graphical advisor: RPSangcap and lightning.
Helpers: ultimakillz, waratte, IRC guys, /talk people.
Helpers: ultimakillz, waratte, IRC guys, /talk people.


References
==External links==
Wololo, https://wololo.net/talk/viewtopic.php?t=6189
* Wololo - https://wololo.net/talk/viewtopic.php?f=2&t=7381
* Wololo - https://wololo.net/talk/viewtopic.php?t=6189
 
[[Category:PSP homebrew games]]
[[Category:Homebrew trivia games on PSP]]

Revision as of 23:32, 27 August 2021

BrainBoxer
brainboxer.png
General
Author(s)ASKidwai
TypeTrivia
Version1.0 final (30 Jun 2011)
LicenceMixed
Links
Download
Website
Advertisements

<htmlet>adsense</htmlet>


BrainBoxer is a Trivia game on PSP to tests your knowledge of various random things including but not limited to PSP stuff and current world affairs. It is made by ASKidwai written in LUA.

This was one of the contest entries for the PSP Genesis Competition 2011.

User guide

Point system:

At the beginning of the game, you have 0 points. Depending upon your answers, the score will increase or decrease by 1 point.

When you end the game, it will show your points and a short message according to your score.

Customise nickname:

Open main.lua located in the scripts folder with Notepad or Notepad++ or its equivalent.

You can change the name by editing the line person = "You" (where "You" will be your name).

Music playback:

You can play your own music by placing music.mp3 in the /PSP/GAME/BrainBoxer v1.0/music/ directory.

Add your own questions:

You can do so by editing the myquestion.lua with any text editor (Notepad++ or gEdit is recommended).

Extras:

The final questions of the game will be a trick one.

You lose points on all answers (except for pressing R-Trigger the secret option which you will get 100 points).

Controls

Triangle - First option

Square - Second option

Circle - Third option

Cross - Fourth option

Compatibility

Works on:

5.00 M33-6
6.20 TN-E
6.20 PRO B-5
6.20 TN-C
6.35 PRO B-5
6.39 ME 5/6
6.39 TN A

Known issues

A few bugs are present. One is that before Sony dialogue, the screen flickers.

Changelog

BrainBoxer v1.0

  • Fixed bugs.
  • Added more questions.
  • Added MP3 playback.
  • Added score-keeping.
  • Added two player mode.
  • Removed useless parts of code.
  • Cleaned code.
  • Shows exact points.
  • Added ability to play with your own questions.
  • Added Sony dialogue.
  • Made it open source.
  • Changed opening screen and other art.

BrainBoxer Beta

  • Initial release is initial.

Credits

Author: ASKidwai.

Graphical advisor: RPSangcap and lightning.

Helpers: ultimakillz, waratte, IRC guys, /talk people.

External links

Advertising: