EvE online is also home to a expansive world map to hold all of these players. At its peak EvE had 63,000 players online in a single world with 500,000 paying subscriptions on top, and while that number is getting lower by the year the world remains infamously large. Meaning that to get from one side to another is a sizable amount of time (and risk due to player owned factions).
You travel to different areas using warping (within the same system) or jumping to different systems using a jump gate
What would a EvE online internet of systems look like?
Local Multiplayer Arcade Action for up to 4 Players!
- One player controls the Hero, the others possess monsters and traps to kill them.
- When you slay the hero you take their place and it’s your turn to crawl!
- Race to gain enough XP and loot to take on the hulking final boss!
Testé avant-hier soir (après quelques chouettes parties de Samurai Gunn) et le jeu est vraiment bon !
Au départ il n'est facile à "lire" à l'écran, et les stratégies de victoire sont peu claires, mais une fois passée la première partie c'est un jeu compétitif très fun !
Une excellente BD en ligne, très innovante et réussie dans sa manière d'exploiter le web pour offrir une lecture différente de celle d'une planche classique, avec un scrolling différent à chaque chapitre.
Marble Marcher is entirely ray-traced in real time and is played on the surface of evolving fractals. The goal is to get your marble to the goal as quickly as possible. There are 15 unique levels to master.
This game is the result of a fractal physics engine I developed that allows fast collisions with fractals and other procedurally rendered objects. As far as I'm aware, it is the first game to ever use this technique.
itch.io & GitHub pages in video description
Avec ce tutoriel vous verez comment rendre votre site web plus rapide : de l’optimisation des requêtes, à l’affichage de la page, en passant par la génération des pages web et l’affichage correct des pages sur tous les terminaux.
Here is a patch to the pdfjam
shell script to make it work under Cygwin:
--- pdfjam.original 2019-01-07 16:12:47.894523500 +0100
+++ pdfjam.patched-for-cygwin 2019-01-07 16:12:33.492142300 +0100
@@ -949,6 +949,9 @@
(umask 077 && mkdir "$PDFJAM_TEMP_DIR")
fi
umask $original_umask
+case `uname` in
+ *CYGWIN*) PDFJAM_TEMP_DIR=`cygpath -w "$PDFJAM_TEMP_DIR"`;;
+esac
##
## TEMPORARY DIRECTORY ALL DONE
##
@@ -1073,7 +1076,10 @@
sourceFullPath="$sourceDir"/"$pdfName"
uniqueName="source-$counter.pdf"
uniqueName="$PDFJAM_TEMP_DIR"/"$uniqueName"
- ln -s "$sourceFullPath" "$uniqueName"
+ case `uname` in
+ *CYGWIN*) cp "$sourceFullPath" "$uniqueName";;
+ *) ln -s "$sourceFullPath" "$uniqueName";;
+ esac
;;
esac
filePageList="$filePageList","$uniqueName","$pageSpec"
@@ -1123,6 +1129,7 @@
texFile="$fileName".tex
msgFile="$fileName".msgs
tempFile="$PDFJAM_TEMP_DIR"/temp.tex
+backslashsafe_filePageList=$(echo $filePageList | sed 's~\\~/~g')
(cat <<EndTemplate
\batchmode
\documentclass[$documentOptions]{article}
@@ -1137,7 +1144,7 @@
\usepackage{pdfpages}
$preamble
\begin{document}
-\includepdfmerge[$miscOptions]{$filePageList}
+\includepdfmerge[$miscOptions]{$backslashsafe_filePageList}
\end{document}
EndTemplate
) > $texFile
Il y a 2-3 ans, j'ai débuté avec des amis une campagne de Scavengers, un jeu de rôle de Grégory Pogorzelski. Nos parties se sont malheureusement arrêtées après 3 sessions suite à mon déménagement à Nantes.
Aujourd'hui je réalise qu'il s'agissait du premier jeu powered by the Apocalypse auquel j'ai …
Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected.
Used by Travis CI
In June this year, Sean McCoy published a tabletop RPG called Mothership. It has recieved tons of positive reviews, including /r/rpg December's Game of the Month award:
It's a d100 sci-fi/horror system, perfect for running Alien or Event Horizon, but it is most importantly exceptionally well designed. Every …
Programme Seconde Sciences numériques et technologie : "Capacités attendues : Contribuer à #OpenStreetMap de façon collaborative"
Via un tweet d'Alexis Kauffmann
A wonderful review of a grim game
Online dungeon editor
Discover, create and manage your random table collection.
Leave your massive book collection at home and let Chartopia simplify the complexity of dice rolling so that you can concerntrate on the narrative.
Hier soir a été l'occasion de playtester un très court jeu de rôle que j'ai bricolé ces deux dernières semaines.
Vous venez d'arriver au sommet de La Tour, l'immeuble le plus dangereux du pays, sous l'emprise du gang Takoyashi. Vous formez une équipe d'opérations spéciales aguerrie, équipée pour l'assaut et …
It is not an abstract resource that can be depleted when overused. It is not magically maintained if left alone. It is based on the work of people, and we should not erase those people.
FOSS IS FREE AS IN TOILET
Nobody believes that a free toilet will be magically cleaned up and maintained, somebody has to do it, and that person would better get paid for it. Sharing a toilet means that you flush, clean up after yourself, and always leave some paper, it’s basic manners. And yet, like toilets, as FOSS gets used by more and more people, it gets more likely that you will see obnoxious people that shit all over your commons and then complain about it. And nobody will want to take care of it.
Chalice , a Python Serverless Microframework developed by AWS, enables you to quickly spin up and deploy a working serverless app that scales up and down on its own as required using AWS Lambda.
Pendant 3 ans, j'ai co-organisé à Angers puis à Nantes 27 entraînements d'un sport peu connu : le Jugger.
Je voudrais revenir ici sur cette belle expérience, et ce sport fantastique !