Skip to content

Instantly share code, notes, and snippets.

View Diaz123-droid's full-sized avatar
🏠
Working from home

Hilary Diaz123-droid

🏠
Working from home
  • Argile
  • Uganda
  • 06:17 (UTC -12:00)
View GitHub Profile
@onkar27
onkar27 / Chrome_dinosaur.cpp
Created January 21, 2018 06:43
Chrome's Dinosaur Game designed in C++ "graphics.h"
//Onkar J Sathe
#include <bits/stdc++.h>
#include <graphics.h>
using namespace std;
#define Mx getmaxx()
#define My getmaxy()
#include <dos.h>
#include <windows.h>
int main()
@jwinder
jwinder / sonic-pi-tutorial.md
Last active September 22, 2023 20:12
Sonic Pi in-app tutorials concatenated - last synced 27-08-2023 - https://sonic-pi.net/tutorial.html - https://github.com/samaaron/sonic-pi - All credit & thanks to Sam Aaron!

1 Welcome to Sonic Pi

Welcome friend :-)

Welcome to Sonic Pi. Hopefully you're as excited to get started making your own sounds as I am to show you. It's going to be a really fun ride where you'll learn all about music, synthesis, programming, composition, performance and more.