Search found 33 matches

by NTech
Thu Feb 27, 2020 8:37 pm
Forum: Games
Topic: Fishy - a fish game, with a couple cool features
Replies: 1
Views: 7315

Re: Fishy - a fish game, with a couple cool features

Fishi v1.1.0

New Features:
  • Moving waves
  • Moving clouds
  • Splash animation for birds
  • Animated seaweed
  • Improved graphics
  • MIDI music
License
As with Fishi v1.1.0, this game, its graphics and sounds, are released under the Apache License 2.0. Copyright 2020.

Download
by NTech
Wed Feb 26, 2020 9:17 pm
Forum: Games
Topic: Fishy - a fish game, with a couple cool features
Replies: 1
Views: 7315

Fishy - a fish game, with a couple cool features

Fishy v1.0.0

Fishy is a great little game, that showcases a very nice transition effect (try it out) that alters a sprite's look and feel as it moves from one side of the screen to the other.

The goal is to survive as long as possible against endless (and larger) waves of predatory fish and ...
by NTech
Wed May 15, 2019 7:37 pm
Forum: Games
Topic: Frontier - A Side-scrolling Strategy/Adventure/Trade Game
Replies: 0
Views: 13704

Frontier - A Side-scrolling Strategy/Adventure/Trade Game

Frontier
v1.00

Travel various cities, upgrade your vessel, buy armor and arms, fight pirates, get rich!

https://github.com/servusDei2018/JBZipArchive/archive/%3E-Games.zip (27.3 MB unzipped, 21.8 MB zipped)

Features:


Great SFX
Buying, selling, travelling
Random travelling events ...
by NTech
Fri May 03, 2019 4:26 pm
Forum: Internet
Topic: TCP over COM ports
Replies: 2
Views: 15916

Re: TCP over COM ports

Version 1.01

Due to problems people were having downloading the previous files, I've transferred everything to Github.

:!: You'll find the files this guide specifies here .

New Instructions

Note: For this guide, I shall assume you are putting everything in Documents\Com-Tcp

Installing ...
by NTech
Thu May 02, 2019 8:04 pm
Forum: Internet
Topic: TCP over COM ports
Replies: 2
Views: 15916

Re: TCP over COM ports

New (and permanent) link to that ZIP file:
https://github.com/servusDei2018/COM-TCP-JustBasic
by NTech
Thu May 02, 2019 7:55 pm
Forum: Internet
Topic: TCP over COM ports
Replies: 2
Views: 15916

TCP over COM ports

Download here : https://nofile.io/f/d7D4JnBTPJR/TCP-Serial-Server-v100.zip (20mb)

Features

-Multiple clients, ONE JB thread.
-Client I/O differentation: send text to one, or all clients.

What It Does

I've bundled together com0com, and a python script. What they do is create two
COM ports ...
by NTech
Thu Apr 11, 2019 5:37 pm
Forum: Games
Topic: Star Wars - A New Hope
Replies: 0
Views: 11866

Star Wars - A New Hope

This is a small distribution containing roughly 40% of Star Wars - A New Hope, converted to ASCII art and rendered by a custom engine.
A New Hope.zip
Star Wars - A New Hope
(127.35 KiB) Downloaded 885 times
by NTech
Tue Apr 09, 2019 6:38 pm
Forum: Advanced Utilities
Topic: Load PNG
Replies: 3
Views: 316036

Re: Load PNG

Update: LoadPNG should now work with JPGs too. Just pass a JPG to the exe the same way the PNG was passed.
by NTech
Thu Apr 04, 2019 9:07 pm
Forum: Open Source - Community Projects
Topic: Gem - a scripting system
Replies: 1
Views: 11402

Re: Gem - a scripting system

Gem V 0.2
by NTech
Thu Apr 04, 2019 8:57 pm
Forum: Open Source - Community Projects
Topic: Gem - a scripting system
Replies: 1
Views: 11402

Gem - a scripting system

Gem

What is Gem?

Gem is a scripting language, written in JustBasic.


What's its Syntax?
Gem's syntax is highly simple.


1 Write Hello
2 Write World
3 NewLine()
4 Input() -> %1
5 Cls()
6 Exit()



;Greeter

1 Write Hello!
2 Write What
3 Write is
4 Write your
5 Write name ...
by NTech
Fri Dec 07, 2018 1:12 am
Forum: Advanced Utilities
Topic: A BASIC Compiler written in JustBasic
Replies: 4
Views: 11681

Re: BASIC Compiler

JB Compiler v0.2

New commands: INPUT, GOTO, [LABEL]

Notes: Input can only put info into a STRING variable as of now.

IT NOW COMPILES INTO A .EXE -- WHEN YOU'RE DONE COMPILING, RUN 'TMP.EXE' TO SEE FOR YOURSELF.

Bugfixes: '#define FIXED.
by NTech
Mon Dec 03, 2018 9:02 pm
Forum: Advanced Utilities
Topic: A BASIC Compiler written in JustBasic
Replies: 4
Views: 11681

Re: BASIC Compiler

For those interested, here's a full list of IL commands.
by NTech
Mon Dec 03, 2018 8:46 pm
Forum: Advanced Utilities
Topic: A BASIC Compiler written in JustBasic
Replies: 4
Views: 11681

Re: BASIC Compiler

Version 1.0 Alpha Release

Questions:
:?: Does JB2IL require any external components?
:arrow: No, only JustBasic and ilasm.exe which is supplied with every Windows OS in one of these locations:


C:\Windows\Microsoft.NET\Framework\v2.0.50727\ilasm.exe


C:\Windows\Microsoft.NET\Framework\v4.0 ...
by NTech
Wed Nov 28, 2018 4:49 pm
Forum: Advanced Utilities
Topic: A BASIC Compiler written in JustBasic
Replies: 4
Views: 11681

Re: BASIC Compiler

Update: An unexpected difficulty has postponed the completion of the PRINT and variable declarations to next week. Due to variable scope, an additional parser will need to be implemented to take care of variable initiation, as well as a subroutine/function/label parser to handle definitions of scope ...
by NTech
Tue Nov 27, 2018 10:24 pm
Forum: Advanced Utilities
Topic: A BASIC Compiler written in JustBasic
Replies: 4
Views: 11681

A BASIC Compiler written in JustBasic

Please note that this is not official, nor is it associated in any way with JustBasic, insofar as it is written in it.

This is where I will put the Basic Compiler when it's completed - next week v1.0 will be released.

The compiler:

-Makes a fully functioning PE executable (.exe)
-Will support ...