Skip to content
View parequena's full-sized avatar
🖤
Coding
🖤
Coding

Block or report parequena

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
parequena/README.md
  • 👋 Hi, I’m @parequena, Spanish C++ developper, born in Alicante, and normally based there (but never known).

  • 👀 I’m interested in learning always new stuff, so I'm constantly creating repositories and doing stuff that never fisnish just because I really love to create new stuff.

  • 🌱 I’m currently learning C++23 and templates! But also some C++ related stuff like WASM or CMake, but also imporving myself into Gamplay developpment.

  • 📫 How to reach me, you can try with some social networks

  • I also love a lot of videogame interest, so I do twitch streamings, I play videogames, and I try to make them.

Pinned Loading

  1. TicTacToe TicTacToe Public

    TicTacToe made with SFML 2.5.2

    C++ 2

  2. TFG_Codemon18 TFG_Codemon18 Public

    Codemon, my final degree subject, C++17 videogame done with SFML2

    C++

  3. Check if two words are anagrams Check if two words are anagrams
    1
    #include <iostream>
    2
    #include <string>
    3
    #include <algorithm>
    4
    
                  
    5
    // Function that checks if two words are are anagrams.
  4. SpaceInvaders SpaceInvaders Public

    Space Invaders made on 1 Week with an ECS aproach

    C++