diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-17 08:24:00 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-17 08:24:00 +0100 |
commit | 9efab3f5f076e03bcba87a71e78e9e7d26af1367 (patch) | |
tree | 826a1a2e358e566409ba422bfcee69bcf5f3eeb5 /cv.tex | |
parent | First commit (diff) | |
download | cv-9efab3f5f076e03bcba87a71e78e9e7d26af1367.tar.gz cv-9efab3f5f076e03bcba87a71e78e9e7d26af1367.tar.bz2 cv-9efab3f5f076e03bcba87a71e78e9e7d26af1367.tar.xz cv-9efab3f5f076e03bcba87a71e78e9e7d26af1367.tar.zst cv-9efab3f5f076e03bcba87a71e78e9e7d26af1367.zip |
In progress
Diffstat (limited to 'cv.tex')
-rw-r--r-- | cv.tex | 34 |
1 files changed, 23 insertions, 11 deletions
@@ -88,11 +88,13 @@ \personalinfo{% % Not all of these are required! + \printinfo{\faBirthdayCake}{04/10/1995 (26 ans)} \email{bousset.rudy@gmail.com} \phone{07 86 27 02 09} \mailaddress{2 rue Châpillon} \location{Vernaison, France} \homepage{https://jozanofastora.xyz/} + \printinfo{\faGit}{https://git.jozanofastora.xyz/}[https://git.jozanofastora.xyz/] \github{JozanLeClerc} %% You can add your own arbitrary detail with %% \printinfo{symbol}{detail}[optional hyperlink prefix] @@ -150,13 +152,6 @@ \divider -\cvevent{Magasinier}{Intermarché Super}{}{Oullins} -\begin{itemize} -\item Intérim -\end{itemize} - -\divider - \cvevent{Magasinier}{Carrefour Contact}{}{Brignais} \begin{itemize} \item CDD @@ -164,15 +159,32 @@ \cvsection{Projects} -\cvevent{Project 1}{Funding agency/institution}{}{} +\cvevent{Phobos Aurora}{Shoot 'Em Up game}{Janvier 2022 - WIP}{} +Jeu de tir spacial futuriste fait en C avec la librairie CSFML. + +\divider + +\cvevent{Dergods' Realm II}{Raycasting RPG game}{Décembre 2020 - WIP}{} +RPG en raycasting (Classic DOOM/Wolfenstein) fait en C avec la librairie CSFML. + +\divider + +\cvevent{minishell}{POSIX-Compliant shell}{2020}{42 Lyon} \begin{itemize} -\item Details +\item Shell basique +\item POSIX +\item Gestion d'alias, variables d'environements et custom, et quelques built-ins (cd, echo, pwd, env, set/unset...) \end{itemize} \divider -\cvevent{Project 2}{Funding agency/institution}{Project duration}{} -A short abstract would also work. +\cvevent{Cub3D}{Clone de DOOM}{2020}{42 Lyon} +\begin{itemize} +\item Mini-jeu en raycasting (Classic DOOM/Wolfenstein) +\item Histoire complète optionelle (30min - 1h) +\item Prise en charge du son, des armes, et des ennemis +\end{itemize} + \medskip |