Browse Source

description

master
nuno 3 years ago
parent
commit
42fa325a95
  1. 22
      README.md

22
README.md

@ -1,9 +1,19 @@
# Haxe project
# Heaps First Try
This is an example Haxe project scaffolded by Visual Studio Code.
## Description
It s a little game where you can move a blue square around the screen
Without further changes the structure is following:
It's free software and copyleft.
Licence: GPL v3
* `src/Main.hx`: Entry point Haxe source file
* `build.hxml`: Haxe command line file used to build the project
* `README.md`: This file
to compile
----------
* haxe build.hxml
to run
------
* hl Nuno.hl
Loading…
Cancel
Save