BlitzPlus icon
BlitzPlus icon

BlitzPlus

  • Create 2D Games for Windows. BlitzPlus provides developers with a complete 2D programming solution for the PC. Utilising a BASIC/C hybrid language for use with its compiler, BlitzPlus is capable of creating any type of 2D program, with minimal development-time and with minimal.

Cost / License

  • Free
  • Open Source

Application type

Platforms

  • Windows
-
No reviews
2likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

BlitzPlus News & Activities

Highlights All activities

Recent activities

Show all activities

BlitzPlus information

  • Developed by

    NZ flagBlitz Research
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    23 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  32 Stars
  •  26 Forks
  •  1 Open Issues
  •   Updated  
View on GitHub
BlitzPlus was added to AlternativeTo by Danilo Venom on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

Featured in Lists

This is a list of programming languages that aims at game programming and include everything out of the box required …

List by ddabrahim with 16 apps, updated

What is BlitzPlus?

  • Create 2D Games for Windows. BlitzPlus provides developers with a complete 2D programming solution for the PC. Utilising a BASIC/C hybrid language for use with its compiler, BlitzPlus is capable of creating any type of 2D program, with minimal development-time and with minimal hassle. Just run the included IDE (or use one of your own), type your code and your Windows executable file will be created, ready to be run on any computer running Windows 95/NT 4 or later.

  • Language BlitzPlus' language is a BASIC/C hybrid. As well featuring the classic BASIC constructs such as goto and gosub, it also features C influences such as functions and types. On top of this, BlitzPlus' command set features over 500 commands. This command set is highly streamlined meaning complete programs require very few lines of code indeed.

  • 2D Engine BlitzPlus' 2D engine is based on 'pure' 2D blitting operations, as opposed to 'fake' 3D ones. This has the combined benefit of allowing for pixel-perfect graphics, as well as allowing for compatibility with virtually all graphics cards, 2D or 3D. The 2D engine itself is highly capable, with the capability of performing thousands of blitting operations per second.

  • GUI Support BlitzPlus' GUI support is implemented via an event-driven 'Gadget' system. Simply by adding GUI gadgets to your program, and setting up a small loop which deals with program events, you instantly have yourself a fully-blown application to compare with anything created by other languages.

  • IDE BlitzPlus comes with its very own Integrated Development Editor (IDE). The IDE allows you to edit, test, debug and compile your program all from the one environment. If the included IDE is not to your liking, then you are free to use the code editor of your choice, as the Blitz compiler features command line capabilities.

Official Links