Last week-end was the 30th anniversary of one of my best friends. For the occasion, I wanted to craft him a small puzzle with a custom secret drawing, as a reminder of some shared memories.
I came upon Erik & Martin Demaine's creation for CSAIL 2006, a print & play puzzle based …
La démarche prend 5min, et vous donne l'occasion d'exprimer votre soutien citoyen à une décision politique nationale !
La vidéo d'Osons Causer qui m'a convaincu : https://www.youtube.com/watch?v=hJdPAuPgf2w
Turns out PHP standard crc32
method is non-standard (while crc32b
is).
Here is how to implement it in Python:
def php_crc32(a):
'''
References:
- https://www.php.net/manual/en/function.hash-file.php#104836
- https://stackoverflow.com/a/50843127/636849
'''
crc = 0xffffffff
for x in a:
crc ^= x << 24;
for k in range(8):
crc = (crc << 1) ^ 0x04c11db7 if crc & 0x80000000 else crc << 1
crc = ~crc
crc &= 0xffffffff
# Convert from big endian to little endian:
return int.from_bytes(crc.to_bytes(4, 'big'), 'little')
Une très belle découverte estivale, un jeu de société qui me rappelle Hanabi que j'affectionne beaucoup.
Très joli et transportable, mécaniques originales, difficulté ajustable, très bonne rejouabilité... Je recommande chaudement !
Un jeu rapide d'intrigues, de trahisons, et de romances pour trois joueurs et plus
J'ai eu l'occasion de tester hier ce très chouette jeu de rôle de @clarity_flowers (PDF sur itch.io) traduit en français par Matthieu Bé (PDF sur itch.io), et découvert via l'excellent site troplongpaslu.fr.
C'était …
Girl Underground propose de jouer les aventures d’une jeune fille perdue dans un monde fantastique à la manière d’Alice au Pays des merveilles, du Magicien d’Oz, de Labyrinth ou du Voyage de Chihiro !
De quoi retourner en enfance, explorer des mondes merveilleux peuplés de fée, de fantômes et de monstres étonnants tout en explorant en creux le monde des adultes et vivre un voyage initiatique.
Très intéressants avis sur ce jeu, qui me tente bien du coup !
Wow ! A free, high-quality pen & paper RPG based on Apocalypse World and with setting that reminds me of Unknown Armies & the comic The Invisibles by Grant Morrison
Interactive fiction with a twist: you can only say "no".
Quite funny and well written.
A short, Sokoban-style puzzle game with a lot of doors, but only one key
Vicious but lovely. This kind of trickery in puzzles is quite uncommon. Somehow a bit frustrating but I liked it overall !
A deck-building, dungeon-making, rogue-like card game made for the 2019 GMTK jam!
Really clever & original game mechanics. It's pretty, fast and polished.
My only real complain is the random difficulty level.
from random import*;import time,sys;import curses as h;w=h.initscr();h.noecho() #
P,Q,m,s,e,p,a,q=20,10,5,300,{0:"· ",1:"██"},[[[1,1]]*2,[[0,1,0],[1]*3,[0]*3],[[1#
,0,0],[1]*3,[0]*3],[[0,0,1],[1]*3,[0]*3],[[1,1,0],[0,1,1],[0]*3],[[0,1,1],[1,1,0#
],[0]*3],[[0]*4,[1]*4,[0]*4,[0]*4]],range,len;M,b=p[randint(0,6)],[[0]*Q for r #
in a(P)];h.cbreak();y,R,C,cr,l,d,n=lambda z,x,y:e[z[x][y]],0,4,0,1,s,p[randint(0#
,6)];w.nodelay(1);w.keypad(1);h.curs_set(0);A,B,sw=list,zip,{'U':'if not k(R,C'+#
',A(B(*M[::-1]))):M=A(B(*M[::-1]))','D':'V();R+=1','L':'if not k(R,C-1,M):C-=1',#
'R':'if not k(R,C+1,M):C+=1'};exec(('def k(R,C,se):\n for(r,c)in[(r,c)for c in '#
'a(q(M))for r in a(q(M))]:\n if se[r][c]>0 and(not(0<=R+r<P and 0<=C+c<Q)or b['#
'R+r][C+c]>0):return 1\ndef V():\n global R,C,M,n,l,d\n if(k(R+1,C,M)and R<1 an'#
'd sys.exit())or k(R+1,C,M):\n for(r,c)in[(r,c)for c in a(q(M))for r in a(q(M)'#
')]:\n if R+r in a(P)and C+c in a(Q)and M[r][c]>0:b[R+r][C+c]=M[r][c]\n M,n,'#
'R,C,d=n,p[randint(0,6)],-1,4,s+m-l*m\n for i in[j for j in a(P)if sum(b[j])>9'#
']:b[1:i+1]=b[:i];b[0],l=[0]*Q,l+1\ntry:\n while 1:\n o,z=a(q(n)),a(q(M));u=[('#
'r,c)for c in z for r in z];time.sleep(.001)\n for(r,c)in[(r,c)for c in a(Q)fo'#
'r r in a(P)]:`(r,c*q(e),y(b,r,c))\n for(r,c)in[(r,c)for(r,c)in u if M[r][c]>0'#
']:`(R+r,(C+c)*2,y(M,r,c))\n for(r,c)in[(r,c)for c in o for r in o]:`(r,22+c*2'#
',y(n,r,c)+"· · ")\n try:cr=(cr+1)%d;ch=w.getkey();exec(sw[ch[4:5]]);raise\n '#
'except:exec("if cr<1:V();R+=1");`(P,0,"level "+str(l))\nexcept:h.echo();w.keyp'#
'ad(0);h.nocbreak();h.endwin();print("level "+str(l))').replace('`','w.addstr'))#
Amazing ! Reminds me of the International Obfuscated C Code Contest
Travel back to the time when dinosaurs ruled the world and (a little less further back) when adventure games ruled the gaming world!
Immerse yourself in a vast, prehistoric world full of dinosaurs, constructed with love, PIXEL BY PIXEL
Characters, dinosaurs and backgrounds come alive with handcrafted sprites and smooth animations , created frame by frame with love and care.
Promising game coming out in 2021. The demo is great !
Sous ce titre un peu énigmatique je vous propos une petite revue du jeu Rise or Dive de Sandy Pug Games que j'ai testé hier soir avec 3 joueurs, pour une partie d'un peu plus de 2 heures.
Le jeu est un remix de Laser and Feelings de John Harper …
Designed by Pablo Stanley 🎨
Developed by Fang-Pen Lin 💻
Free for personal and commercial use. 😇
Open source: https://github.com/fangpenlin/avataaars-generator
FROM: https://sebsauvage.net/links/?Gd8SYw
Image from online generator: https://avataaars.io
Super Smash Flash is back! You do remember us, right? The original Smash Bros fangame, most popular for content and difficulty, rather than gameplay, Super Smash Flash was…well, Super Smash in a Flash. It showed very few similarities to the actual Smash Bros gameplay as it was our first game, yet still somehow attracted large crowds of people. Now, with the knowledge we’ve picked up along the way, we’re striving for the utmost quality this time around. Super Smash Flash 2 is not a game made by one person in a month, like SSF1. Super Smash Flash 2 is a game made by hundreds of people over several years. It will be one of the biggest Smash bros fan-games – no. One of the biggest Flash games, to date. We promise.
Une courte histoire interactive que j'ai trouvé bien écrite, drôle et engagée !
À quand une version française avec Bernard Arnault ?
Grant Howitt est un créateur de jeu de rôle que j'aime beaucoup. Auteur prolifique, comme en attestent ses nombreux jeux publiés, j'affectionne particulièrement sa série de jeux monopage (oui, c'est mon dada), tous très inventifs.
J'ai déjà parlé de son excellent jeu Genius Loci dans un article précédent. Comme je …
Mercredi j'ai eu l'occasion de tester ce très chouette jeu de rôle PbTA (Powered by The Apocalypse) avec 3 joueurs.
Le jeu traduit en français par Gulix est disponible gratuitement sur DriveThruRPG, et j'ai trouvé la version originale Daylight Robbery d'Edwin Moriarty dans ce post Reddit, dont je trouve la …