Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imamhs/direct-war
A simple 2D game written in Visual Basic 6 using DirectX 7.0 API
https://github.com/imamhs/direct-war
2d-game directx-programming visual-basic
Last synced: about 1 month ago
JSON representation
A simple 2D game written in Visual Basic 6 using DirectX 7.0 API
- Host: GitHub
- URL: https://github.com/imamhs/direct-war
- Owner: imamhs
- License: other
- Created: 2021-09-03T21:21:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T11:31:58.000Z (over 1 year ago)
- Last Synced: 2024-11-13T23:39:55.845Z (3 months ago)
- Topics: 2d-game, directx-programming, visual-basic
- Language: Visual Basic 6.0
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Direct-War
I created this game in 2004 as my very first game project for fun. It is a simple 2D game written in Visual Basic 6 using DirectX 7.0 API. DirectX parts are created as modules as the game used sound, music, drawing and input functions from DirectX. This project can be used for learning the basics of game programming hehe.
My computer was at that time(hehe):
Pentium 233 Mhz
32 MB RAM
4 MB VGA
Windows 98I have recently tested it again in recent Linux distributions and it works fine using the WINE project:
![Data cleaning](Screenshot.png)
You can run the game using Dwar.exe but you need DirectX 7 for Visual Basic along with few other library files as follows:
MSVBVM60.DLL
OLEAUT32.DLL
Olepro32.dll
ASYCFILT.DLL
STDOLE2.TLB
COMCAT.DLL
dx7vb.dllTo play control the plane with keyboard buttons:
A for firing
S for bombCheers!
Imam Hossain ([email protected])