User:QuinticFormula
style="float: right; background: none;" |
{{userbox-level
| level = | id = C++ | info = This user can program in C++. | usercategory = User c++ | nocat = }} |
{{userbox-level
| level = | id = Lua | info = This user can program in Lua. | usercategory = User lua | nocat = }} |
{{userbox
| border-c = black | id = x41px | id-c = white | info = This user is interested in | info-a = center | info-c = white | info-fc = black | info-lh = 1.5em }}{{#ifeq:false|false|{{#ifeq:{{NAMESPACE}}|User|{{PAGENAME}}}}}} |
{{userbox
| border-c = #cc0000 | id = 35px | id-c = white | info = This user is a socialist. | info-c = #cc0000 | info-fc = #FFFFFF | info-op = text-align:center; | usercategory = | nocat = }} |
{{userbox
| id = 72px | id-c = LightBlue | info = {{#switch:{{{1}}}|long=This user is a member of the lesbian, gay, bisexual, transgender (LGBT) community|#default=This user is a member of the LGBT community.}} | info-c = LightBlue | border-c = Black | usercategory =LGBTQ Wikipedians| nocat = }} |
{{User in Ukraine|activity=supports a free and independent|color=#FFF0AA|id-c=#00438C|info-s=9|int=yes|cit=no|res=no|pro=no|nocat=true|float=left}} |
{{Userbox
|border-c = #000 |border-s = 1 |id-c = black |id-s = 12 |id-fc = #000 |info-c = black |info-s = 8 |info-fc = white |info-a = center |id = 45px |info = This user believes in freedom of all types of information for all. }} |
Welcome to my user page!
Right now the main work that I am doing is editing the Minesweeper page to add more to gameplay. I also have experience with the Lua programming language which might be useful if I want to work with modules.
Contributions
The main contributions that I have made so far are edits to the Minesweeper page, edits to other pages are mainly minor edits. Here is a list of these contributions to the Minesweeper page:
- Added bit about chording.
- Talked more about the gameplay going into greater detail than just the controls.
- Mentioned Beginner, Intermediate and Expert games.
- Gave example of how a Beginner board is solved. This was a HUGE edit, taking lots of time to create the images for the boards and to write about the logic used to solve it.
TODO
Here is my TODO list on edits that I want to make. Right now it is just for Minesweeper.
=Minesweeper=
- Logic and patterns.
- Simple patters to do with opening and flagging like:
- If number of cell = number of adjacent flagged cells, open all remaining cells.
- If number of cell = number of unopened cells, flag all adjacent cells.
- More advanced patterns but probably only list a few examples. It probably wouldn't be appropriate to list too many.
- Minecount logic, showing example of corner when mc = 1, 3 is solvable but mc = 2 isn't.
- Possibly some statistics like 3BV and efficiency, write that in a context that makes sense.