Skip to content

hamparawa/SinhalaOombi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SinhalaOombi

This repository contains the original source of the Sinhala Oombi game for Windows.

screen

History

This was written back in 2007/8 while I was waiting for the university admission. I was still learning C/C++ and then I found this classic book on Windows Programming, "Programming Windows" by Charles Petzold. http://www.charlespetzold.com/pw5/index.html The book has been a great inspiration and "SinhalaOombi" has started even before finishing it.

Compiling

The original source in the master branch was compiled using Microsoft Visual Studio 2001. Development branch uses CMake build system. To generate sources and build, use following commands.

  cd <SourceDir>
  mkdir build
  cd build
  cmake ..
  cmake --build .

CII Best Practices

About

This repository contains the original source of the Sinhala Oombi game for Windows.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published