Skip to content

Instantly share code, notes, and snippets.

View 1devM2's full-sized avatar
🎆
learning & working on code

1devM2 1devM2

🎆
learning & working on code
View GitHub Profile
@1devM2
1devM2 / Resources.md
Last active July 12, 2023 04:11
Resources regarding multiple topics, mainly regarding C/C++
  • TODO:
    • Organize better
    • Fix organization
    • Organization based off of level

Installation

Windows

@1devM2
1devM2 / Python-Tutorial.py
Created June 27, 2021 09:52
Python Tutorial File
# This is a comment, Basic Printing
print('Hello World!')
x = 2
y = 3
print('The answer to 2+3 is ' + str(x+y))
# BODMAS
print('\n')
@1devM2
1devM2 / Dev-Goals-2021.md
Created June 27, 2021 09:47
My goals for 2021

Learn Python, C, C++, HTML, CSS, JS, Go, Haxe, Rust, Lua\

  • Graphics:
    Pyxel
    Pygame
    OpenGL
    SDL
    SFML
    Heaps.io
    Love2D\