Jeff Atwood
0dcb201cd6
Merge pull request #631 from mojoaxel/gh-pages
...
make games easy accessable on the web
2022-03-18 11:15:00 -05:00
Martin Thoma
dbed6ba98e
Clean Code: Python
...
Fix issues found by flake8-bugbear:
* Unused loop variables
* assert statements in non-test code
* mixing test code with production code
* mark one excessive test which takes ~10min to run
as 'slow'
2022-03-18 14:59:08 +01:00
Alexander Wunschik
d773e9b846
support multible html files per game
2022-03-17 20:16:51 +01:00
Alexander Wunschik
ef6e018a5f
create index.html for all games
2022-03-17 20:16:51 +01:00
Jeff Atwood
3cfb409b36
Merge pull request #633 from mojoaxel/js-terminal-style
...
Add "nice" terminal style stylesheet for javascript html
2022-03-15 23:50:18 -05:00
Jeff Atwood
a18c488292
add readmes to folders
2022-03-15 21:04:23 -07:00
Alexander Wunschik
53ebb09c1c
add terminal-stylesheet for javascript html
2022-03-13 11:23:05 +01:00
Martin Thoma
e5f36993e8
MAINT: Apply 'pre-commit run --all' and fix issues
2022-03-10 06:59:21 +01:00
Jeff Atwood
5e22da72db
Merge pull request #620 from MartinThoma/python-ci
...
Python: Add Continuous Integration for Python
2022-03-09 23:01:19 -06:00
AnthonyMichaelTDM
2b8f97778b
bug fix
2022-03-09 13:25:36 -08:00
AnthonyMichaelTDM
52b90a43ea
added welcome message
2022-03-09 13:22:34 -08:00
AnthonyMichaelTDM
872fcf3b2b
added more features to the todo list maker
...
added ability to print only select languages if they choose language first formatting
2022-03-09 13:18:24 -08:00
Martin Thoma
d456556cdb
Python: Add Continuous Integration for Python
...
There are a lot of exceptions, but it's a start.
This will ensure that no more issues get added / that issues
get fixed before the code is added
2022-03-09 21:29:06 +01:00
AnthonyMichaelTDM
2688bde7f3
markdown formatting added
2022-03-07 21:26:45 -08:00
AnthonyMichaelTDM
9a71688459
todo list maker new format added
2022-03-07 21:18:56 -08:00
AnthonyMichaelTDM
64df97fdcc
todo-list maker finished
2022-03-07 20:47:50 -08:00
AnthonyMichaelTDM
09e0510a63
start making todo list thing
2022-03-07 13:30:29 -08:00
Martin Thoma
93e1a78363
MAINT: Apply pre-commit
...
Remove byte-order-marker pre-commit check as there would be
many adjustments necessary
2022-03-05 09:29:23 +01:00
Martin Thoma
dacf741c2a
Apply black to the 00_Utilities/markdown_todo.py
2022-03-04 15:40:55 +01:00
uMetalooper
6b5171e808
Minor update on Python utility on Windows
2022-02-20 12:39:03 +00:00
Paul Sobolik
e4738eba97
Node app to find unimplemented games by language
2022-02-11 19:58:03 -05:00
Paul Holt
b34014c7c3
Merge branch 'coding-horror:main' into main
2022-01-30 00:25:47 +11:00
Paul Holt
81c0681580
Createa a build_00_utilities project containing testing helpers, including the ConsoleTest abstract class.
2022-01-29 23:48:53 +11:00
Alex Gomez
67062fb014
The real file.
2022-01-27 12:25:38 -06:00
Alex Gomez
5e30dad573
Simple tool to convert BASIC file to Perl code.
2022-01-26 18:48:28 -06:00
Alex Gomez
8e0464e85c
Initial commit
2022-01-24 18:19:36 -06:00
Alex Gomez
0d8b23a74e
Merge branch 'main' of https://github.com/coding-horror/basic-computer-games into main
2022-01-21 17:41:05 -06:00
Alex Gomez
7f31e977a6
Nice tabs
2022-01-21 17:40:20 -06:00
Zev Spitz
35f6659e0f
Merge branch 'coding-horror:main' into main
2022-01-21 04:32:30 +02:00
Alex Gomez
2ee1c9aaee
Sorry, I'm learning git
2022-01-20 18:10:04 -06:00
Alex Gomez
7e5e29b984
Execute bit now
2022-01-20 18:05:52 -06:00
Nezumi Ronin
2d0acf8b14
Update yatol.pl
2022-01-20 16:07:19 -06:00
Nezumi Ronin
14775aa17f
Create yatol.pl
...
YATOL: Yet Another TOdo List
Get list of basic files ordered by number or lines. This way you can do the easier ones first.
2022-01-20 16:02:04 -06:00
Zev Spitz
37c469abb9
Detect Option Strict for VB projects
2022-01-20 10:55:46 +02:00
Zev Spitz
dbf6f10d1b
Script -- output ports with no code files; replace !...Any with None
2022-01-17 23:09:30 +02:00
Zev Spitz
fa9fb47f14
Fix RootNamespace and LangVersion
2022-01-17 23:01:42 +02:00
Zev Spitz
0a07132daf
Rename some projects to match game name
2022-01-17 15:29:38 +02:00
Zev Spitz
b2513f88e6
Fix capitalization mismatch
2022-01-17 08:59:24 +02:00
Zev Spitz
b942bbab9e
Rename AceyDucey; fix folder structure
2022-01-17 08:09:28 +02:00
Zev Spitz
a586da66ad
Script - output info on a single port
2022-01-17 02:55:36 +02:00
Zev Spitz
ce671cc8d9
Check that .NET ports have at least one executable project; and some project properties
2022-01-17 00:03:14 +02:00
Zev Spitz
8a2f251c40
Add sln and csroj/vbproj files where missing
2022-01-16 08:17:31 +02:00
Zev Spitz
94cd0e1a80
Merge remote-tracking branch 'origin/main'
2022-01-16 08:12:59 +02:00
Zev Spitz
3cd28f1c45
Project generation by hand instead of using dotnet new
2022-01-16 08:09:58 +02:00
Zev Spitz
75a5c91e88
Utils: generate solution and project files
2022-01-16 03:27:32 +02:00
markbernard
a6881dcc31
Add Notepad++ syntax colouring for Vintage BASIC.
2022-01-14 09:54:49 -05:00
Zev Spitz
7f1c994f3d
Fix: print projects for multiproject script
2022-01-13 16:32:13 +02:00
Zev Spitz
0a161c717b
Some utility scripts for C# and VB.NET ports
2022-01-13 16:24:46 +02:00
Jeff Atwood
6d3771be33
Merge pull request #372 from joshgrib/add-script-to-find-missing-implementations
...
Add script to find missing implementations
2022-01-10 13:02:13 -08:00
Josh Gribbon
d8297dffb8
Skip utilities folder
2022-01-10 15:46:51 -05:00