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
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox PSP homebrew
{{Infobox PSP Homebrews
| title = BrainBoxer
|title=BrainBoxer
| image = https://dlhb.gamebrew.org/psphomebrew/BrainBoxer.jpg|250px
|image=brainboxer.png
| type = Trivia
|description=Tests your knowledge of various random things including but not limited to PSP.
| version = v1.0
|author=ASKidwai
| licence = Mixed
|lastupdated=2011/06/30
| author = ASKidwai
|type=Trivia
| website = https://archive.org/details/brain-boxer-v-1.00.7z
|version=1.0 final
| download = https://dlhb.gamebrew.org/psphomebrew/BrainBoxer.rar
|license=GNU GPL
| source =
|download=https://dlhb.gamebrew.org/psphomebrew/brainboxer_v1.00.7z
|website=https://wololo.net/talk/viewtopic.php?f=2&t=7381
}}
}}
<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.
It was one of the contest entries for the PSP Genesis Competition 2011 (Games).
 
==User guide==
===Point stsyems===
At the beginning of the game, you have 0 points. Depending upon your answers, the score will increase or decrease by 1 point.  


This was one of the contest entries for the PSP Genesis Competition 2011.
When you end the game, it will show your points and a short message according to your score.


User guide
The final questions of the game will be a trick one. You lose points on all answers (except for pressing the secret option which you will get 100 points).
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:
===Customization===
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).
For the nickname, open main.lua in the scripts folder with Notepad or Notepad++ or its equivalent. Edit 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.
You can play your own music by placing music.mp3 in the /PSP/GAME/BrainBoxer v1.0/music/ directory.


Add your own questions:
To add your own question, simply edit 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:
==Controls==
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).
Triangle - First option


Controls
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:Lua games on PSP]]
[[Category:PSP Genesis Competition 2011]]

Latest revision as of 01:09, 24 October 2024

BrainBoxer
Brainboxer.png
General
AuthorASKidwai
TypeTrivia
Version1.0 final
LicenseGNU GPL
Last Updated2011/06/30
Links
Download
Website

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.

It was one of the contest entries for the PSP Genesis Competition 2011 (Games).

User guide

Point stsyems

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.

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

Customization

For the nickname, open main.lua in the scripts folder with Notepad or Notepad++ or its equivalent. Edit the line person = "You" (where "You" will be your name).

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

To add your own question, simply edit the myquestion.lua with any text editor (Notepad++ or gEdit is recommended).

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: