Skip to content

kanzwataru/DOSPONG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOSPONG

A simple Pong clone for MS-DOS written in C

  • Can be built with Borland Turbo C and run in DOSBOX
  • Latest binary available under Releases
  • Should theoretically run on machines as slow as a 386
  • Uses mode 13h graphics mode(320x200)
    (Any assembler language in this project is referenced from tutorials/stackoverflow)

C言語でMS-DOS用のシンプルなPongゲーム

  • Borland Turbo Cを使ってコンパイル可能、DOSBOXで実行可能
  • バイナリーリリース有り
  • 試してはいないけれども、386PCでもフルスピードで遊べるはずです。  
  • グラはモード13h使用(320x200)
    (アセンブリ言語は分からないのでそこら辺の部分は全部チュートリアルかstackoverflowで引用しています)

dospong