The Wayback Machine - http://web.archive.org/web/20220722022422/https://github.com/topics/c-game
Skip to content
#

c-game

Here are 33 public repositories matching this topic...

jaladh-singhal
jaladh-singhal commented Feb 23, 2019

This application uses Windows API by including inbuilt windows.h in C to use Beep() function. We can:

  1. Devise a way to incorporate Windows API in non-Windows OS so that Beep() function can be accessed by C compiler in those OSes.
    Or...
  2. Use an alternative/equivalent function for Beep() - a function which intakes frequency value & time value to produce a sound beep.

Please add

enhancement good first issue

Improve this page

Add a description, image, and links to the c-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the c-game topic, visit your repo's landing page and select "manage topics."

Learn more