A simple conways game of life in c++, Swift, ObjC and Kotlin. I wanted to test out using braille characters to multiply the usable pixels by 8 (4 rows 2 columns)
Set MAP_SIZE in the files file and compile with:
g++ life.cpp -o life
# then run with:
./lifeswiftc -parse-as-library -O Life.swift -o life
./lifeclang -fobjc-arc -framework Foundation Life.m -o life
./lifekotlinc Life-jvm.kt -include-runtime -d life.jar
java -jar life.jarkotlinc-native Life-posix.kt -o life
./life.kexeMake sure your terminal is big enough for the size.