slight update to the rating system

This commit is contained in:
Wouter Groeneveld 2022-10-31 08:42:15 +01:00
parent eb6e046a2a
commit e68ee3d1bc
7 changed files with 32 additions and 24 deletions

View File

@ -13,22 +13,28 @@ disableComments: true
Hi, I'm <span class="p-name">Jefklak</span>/<a rel="me" href="https://brainbaking.com/about/">Wouter</a> and you're looking at <em>Jefklak's Codex</em>, a dedicated and highly opinionated website about nostalgic games. The word <strong>nostalgic</strong> should be emphasized here. I grew up with a Game Boy between my hands and PC RPG games burnt into my retina. That healthy cocktail left a lasting impression—and netted me the Codex (and glasses).
</p>
If you found this website amusing and/or helpful, you can buy me a coffee <a href="https://ko-fi.com/woutergroeneveld">via Ko-Fi</a> or <a href="https://www.paypal.com/donate/?hosted_button_id=R2WTKY7G9V2KQ">via PayPal</a>—if you don't mind I'll use it to drink tea instead. I also like to hear your feedback via (encrypted) e-mail: <span class="link meel">say hello</span>.
If you found this website amusing and/or helpful, you can buy me a coffee <a href="https://ko-fi.com/woutergroeneveld">via Ko-Fi</a> or <a href="https://www.paypal.com/donate/?hosted_button_id=R2WTKY7G9V2KQ">via PayPal</a>—if you don't mind I'll use it to drink tea instead. I also like to hear your feedback via e-mail: <span class="link meel">say hello</span>.
We retro fans have to stick together you know!
<center>
<a rel='me' href='https://ko-fi.com/woutergroeneveld'>
<img height='36' style='border:0px !important;height:36px;' src='/img/kofi.png' border='0' alt='Buy Me a Coffee' />
</a>
</center>
<noscript>
JavaScript is disabled. I use it to obfuscate my e-mail, keeping spambots at bay. <br/>
Reach me using: <code>[firstname] at [brainbaking] dot [you-know]</code>.
</noscript>
</div>
### About the Rating System
Inspired by the review methodologies of _GoodReads_ and _EuroGamer_, I award each game a simple score between 1 (very bad) and 5 (very good). They have the following meaning:
1. **Avoid**---do not play this game unless you prefer bad ones.
2. **Mediocre**---for fans only: some strenghts and a lot of weaknesses.
3. **Good**---very likable if you can forgive its flaws.
4. **Recommended**---an excellent game generally well worth your time.
5. **Essential**---Game of the Year or parhaps even Generation material.
---
## History
The Codex has a long history, I've always felt the need to proclaim my definitive game of each generation. If you want to have some fun (you should have got some by now), try archive.org's wayback machine:

View File

@ -1,4 +1,18 @@
[
{
"author": {
"name": "Jefklak",
"picture": "/pictures/jefklakscodex.com"
},
"name": "Metroid Dread: The Sequel Fusion Deserves?",
"content": "Nineteen years later, Metroid Fusion for the Game Boy Advance finally got a much-deserved sequel! Im ignoring Other M and Samus Returns right now as the story of Metroid Dread picks up where Fusion left off, and its been a very, very long time ...",
"published": "2022-10-31T00:00:00+00:00",
"url": "https://jefklakscodex.com/games/switch/metroid-dread/",
"type": "mention",
"source": "https://jefklakscodex.com/games/switch/metroid-dread/",
"target": "https://jefklakscodex.com/tags/metroidvania",
"relativeTarget": "/tags/metroidvania"
},
{
"author": {
"name": "Jefklak",

View File

@ -101,7 +101,7 @@ document.addEventListener("DOMContentLoaded",function() {
var obfuscateMail = function() {
var meel = document.querySelector('.meel');
var enc = "<o ofwo-zopsz='aowz orrfsgg' vfst='aowzhc:xst@xstyzoygqcrsl.qca'>xst@xstyzoygqcrsl.qca</o> <o ofwo-zopsz='sbqfmdhwcb DUD ysm' vfst='vhhdg://ysmg.cdsbdud.cfu/jyg/j1/pm-twbusfdfwbh/24O319TO8708OP6961997205S66Q99941091O46R' hwhzs='Sbqfmdh aowzg kwhv am UDU ysm'><gju qzogg='wqcb wqcb-hslh' kwrhv='24' vswuvh='24'><igs lzwby:vfst='#zcqy'></igs></gju></o>"
var enc = "<o ofwo-zopsz='aowz orrfsgg' vfst='aowzhc:xst@xstyzoygqcrsl.qca'>xst@xstyzoygqcrsl.qca</o> <o ofwo-zopsz='sbqfmdhwcb DUD ysm' vfst='vhhdg://ysmg.cdsbdud.cfu/jyg/j1/pm-twbusfdfwbh/24O319TO8708OP6961997205S66Q99941091O46R' hwhzs='Sbqfmdh aowzg kwhv am UDU ysm'></o>"
if(meel) {
meel.addEventListener('click', function() {

View File

@ -237,7 +237,7 @@ main
@media (min-width: 768px)
width: 75%
li
ul li
list-style-type: circle
.no-border

View File

@ -1,3 +1,3 @@
<footer>
<a style="cursor: pointer;" class="no-border" href="#top"><img src="/img/bg-back.gif" class="no-border" alt="back to top" /></a>
<a style="cursor: pointer;" class="no-border" href="#top"><img src="/img/bg-back.gif" class="no-border" title="Back to top" /></a>
</footer>

View File

@ -15,7 +15,7 @@
{{ end }}
{{ if not $simplescore }}
{{ partial "scorelabel" . }}
{{ partial "scorelabel" . }}.
{{ end }}
</p>
{{ end }}

View File

@ -1,13 +1 @@
{{ if eq $.Params.score 5 }}
It was amazing!
{{ else if eq $.Params.score 4 }}
I really liked it!
{{ else if eq $.Params.score 3 }}
I liked it.
{{ else if eq $.Params.score 2 }}
It was OK.
{{ else if eq $.Params.score 1 }}
I did not like it.
{{ else }}
Horrible.
{{ end}}
{{ if eq $.Params.score 5 }}Essential{{ else if eq $.Params.score 4 }}Recommended{{ else if eq $.Params.score 3 }}Good{{ else if eq $.Params.score 2 }}Mediocre{{ else if eq $.Params.score 1 }}Avoid{{ else }}Indifferent{{ end}}